We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929b1bd commit 0ca4745Copy full SHA for 0ca4745
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"start:prod": "node lib/main.js",
17
"test": "mocha --exit --timeout 0 --require ./test/hooks.js",
18
"test:subset": "nyc -- mocha --exit --timeout 0 --require ./test/hooks.js test/scripts/test-${TEST_TYPE}.js && nyc report --report-dir=/usr/src/app/coverage/${TEST_TYPE} --reporter=json",
19
- "test:subset-local": "mocha --exit --timeout 0 --reporter test/scripts/parallel-local/custom-mocha-reporter.js test/scripts/test-${TEST_TYPE}.js",
+ "test:subset-local": "mocha --exit --timeout 0 --require ./test/hooks.js --reporter test/scripts/parallel-local/custom-mocha-reporter.js test/scripts/test-${TEST_TYPE}.js",
20
"docker-run": "docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build",
21
"docker-test": "docker compose -p test -f docker-compose.yml -f docker-compose.test.yml up --build --abort-on-container-exit",
22
"docker-test:parallel": "node test/scripts/parallel-local/main.js",
0 commit comments