aboutsummaryrefslogtreecommitdiff
path: root/packages/exchange-backoffice-ui/test.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/exchange-backoffice-ui/test.mjs')
-rwxr-xr-xpackages/exchange-backoffice-ui/test.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/exchange-backoffice-ui/test.mjs b/packages/exchange-backoffice-ui/test.mjs
index 8303cc6d9..94c14050f 100755
--- a/packages/exchange-backoffice-ui/test.mjs
+++ b/packages/exchange-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"],