aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/package.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-04-21 10:44:33 -0300
committerSebastian <sebasjm@gmail.com>2023-04-21 10:44:33 -0300
commit6dcc488a2c8fd681941e5d3b62bb04af7669888e (patch)
treefdd094ce0bea338ee90b1b7c47e4f232caa17716 /packages/merchant-backoffice-ui/package.json
parent3772ff85db61fd2260659e370e882d08d698f981 (diff)
downloadwallet-core-6dcc488a2c8fd681941e5d3b62bb04af7669888e.tar.xz
use better testing api
Diffstat (limited to 'packages/merchant-backoffice-ui/package.json')
-rw-r--r--packages/merchant-backoffice-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/package.json b/packages/merchant-backoffice-ui/package.json
index ad7d2eb02..dc5668933 100644
--- a/packages/merchant-backoffice-ui/package.json
+++ b/packages/merchant-backoffice-ui/package.json
@@ -9,7 +9,7 @@
"check": "tsc",
"compile": "tsc && ./build.mjs",
"dev": "preact watch --port ${PORT:=8080} --no-sw --no-esm",
- "test": "pnpm compile && mocha --require source-map-support/register 'dist/**/*.test.js' 'dist/**/test.js'",
+ "test": "mocha --require source-map-support/register 'dist/**/*.test.js' 'dist/**/test.js'",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"i18n:extract": "pogen extract",
"i18n:merge": "pogen merge",