Skip to content

Commit 0ca4745

Browse files
author
NarrowsProjects
committed
amendn
1 parent 929b1bd commit 0ca4745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"start:prod": "node lib/main.js",
1717
"test": "mocha --exit --timeout 0 --require ./test/hooks.js",
1818
"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",
19+
"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",
2020
"docker-run": "docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build",
2121
"docker-test": "docker compose -p test -f docker-compose.yml -f docker-compose.test.yml up --build --abort-on-container-exit",
2222
"docker-test:parallel": "node test/scripts/parallel-local/main.js",

0 commit comments

Comments
 (0)