mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Refactor test execution to use lage task runner (#5964)
This commit is contained in:
committed by
GitHub
parent
8019d9f61b
commit
57d01467ca
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user