From 236d4347f5884bb1d9ca1d3bb4ad0ba776577fd2 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 23 Jan 2024 18:00:42 -0300 Subject: many changes activate eslint update file headers removed history and preact-router remove eslint errors and more applied prettier --- packages/demobank-ui/test.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/demobank-ui/test.mjs') 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", -- cgit v1.2.3