aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/test.mjs
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-23 18:00:42 -0300
committerSebastian <sebasjm@gmail.com>2024-01-24 17:14:02 -0300
commit236d4347f5884bb1d9ca1d3bb4ad0ba776577fd2 (patch)
treea38823a73006c38bd54cb438da81f13bb513dce5 /packages/demobank-ui/test.mjs
parent579128ce40c7e56f390cadaf2fc2fd4cc6290d68 (diff)
downloadwallet-core-236d4347f5884bb1d9ca1d3bb4ad0ba776577fd2.tar.xz
many changes
activate eslint update file headers removed history and preact-router remove eslint errors and more applied prettier
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",