Refactor test execution to use lage task runner (#5964)

This commit is contained in:
Matiss Janis Aboltins
2025-10-21 08:58:26 +02:00
committed by GitHub
parent 8019d9f61b
commit 57d01467ca
29 changed files with 275 additions and 36 deletions

View File

@@ -11,8 +11,8 @@
"watch:browser": "cross-env NODE_ENV=development ./bin/build-browser",
"generate:i18n": "i18next",
"test": "npm-run-all -cp 'test:*'",
"test:node": "ENV=node vitest",
"test:web": "ENV=web vitest -c vitest.web.config.ts"
"test:node": "ENV=node vitest --run",
"test:web": "ENV=web vitest --run -c vitest.web.config.ts"
},
"author": "",
"license": "ISC",