|
|
@@ -12,9 +12,9 @@
|
|
|
"test:acceptance:app:debug": "yarn run test:acceptance:debug:run_dir -- test/acceptance/src",
|
|
|
"test:acceptance:debug:run_dir": "mocha --recursive --timeout 25000 --grep=${MOCHA_GREP:-} --require test/acceptance/bootstrap.js --inspect=0.0.0.0:19999 --inspect-brk",
|
|
|
"test:unit:run_dir": "bin/test_unit_run_dir",
|
|
|
- "test:unit:all": "yarn run test:unit:run_dir -- test/unit/src modules/*/test/unit/src",
|
|
|
- "test:unit:all:silent": "yarn run test:unit:all -- --reporter dot",
|
|
|
- "test:unit:app": "yarn run test:unit:run_dir -- test/unit/src",
|
|
|
+ "test:unit:all": "yarn run test:unit:run_dir test/unit/src modules/*/test/unit/src",
|
|
|
+ "test:unit:all:silent": "yarn run test:unit:all --reporter dot",
|
|
|
+ "test:unit:app": "yarn run test:unit:run_dir test/unit/src",
|
|
|
"test:unit": "vitest run",
|
|
|
"test:unit:parallel": "vitest run --project=Parallel",
|
|
|
"test:unit:sequential": "vitest run --project=Sequential",
|