aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/test.mjs
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-06-01 09:29:08 -0300
committerSebastian <sebasjm@gmail.com>2023-06-01 12:24:06 -0300
commitb4966b33f4e806a4009c9a208b82e8f8d1ab14dc (patch)
tree4c65b9250055b1a1c82f3c622ee62bca2bcb1259 /packages/merchant-backoffice-ui/test.mjs
parent23321014824dc3078537ae38dfb986a0f0eeb0ba (diff)
downloadwallet-core-b4966b33f4e806a4009c9a208b82e8f8d1ab14dc.tar.xz
using env prop
Diffstat (limited to 'packages/merchant-backoffice-ui/test.mjs')
-rwxr-xr-xpackages/merchant-backoffice-ui/test.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/merchant-backoffice-ui/test.mjs b/packages/merchant-backoffice-ui/test.mjs
index 20a95fe61..5649a4db6 100755
--- a/packages/merchant-backoffice-ui/test.mjs
+++ b/packages/merchant-backoffice-ui/test.mjs
@@ -21,6 +21,7 @@ import { getFilesInDirectory } from "@gnu-taler/web-util/build";
const allTestFiles = getFilesInDirectory("src", /.test.tsx?$/);
await build({
+ type: "test",
source: {
js: allTestFiles,
assets: ["src/index.html"],