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