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.mjs6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/demobank-ui/test.mjs b/packages/demobank-ui/test.mjs
index 9ff6055c6..baaaaa3ef 100755
--- a/packages/demobank-ui/test.mjs
+++ b/packages/demobank-ui/test.mjs
@@ -1,7 +1,7 @@
#!/usr/bin/env node
/*
This file is part of GNU Taler
- (C) 2022 Taler Systems S.A.
+ (C) 2022-2024 Taler Systems S.A.
GNU Taler is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -24,8 +24,8 @@ await build({
type: "test",
source: {
js: allTestFiles.files,
- assets: [{base:"src",files:["src/index.html"]}],
-
+ assets: [{ base: "src", files: ["src/index.html"] }],
+
},
destination: "./dist/test",
css: "sass",