Skip to content

Commit

Permalink
force node tests to exit because address rewriter is running in the b…
Browse files Browse the repository at this point in the history
…ackground
  • Loading branch information
Rinse12 committed Dec 19, 2024
1 parent 881705a commit 78137b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:mocked:challenges": "mocha --forbid-only --bail --recursive --config config/.mocharc.json test/challenges",
"test:node:parallel:all": "mocha --forbid-only --bail --parallel --recursive --config config/.mocharc.json test/node test/node-and-browser",
"test:node:parallel:local": "mocha --forbid-only --parallel --recursive --config config/.mocharc.json test/node",
"test:node:local": "mocha --forbid-only --recursive --bail --config config/.mocharc.json test/node",
"test:node:local": "mocha --forbid-only --exit --recursive --bail --config config/.mocharc.json test/node",
"test:node:parallel:remote": "mocha --forbid-only --parallel --recursive --config config/.mocharc.json test/node-and-browser",
"test:node:remote": "mocha --forbid-only --bail --exit --recursive --config config/.mocharc.json test/node-and-browser",
"test:browser:chrome": "CHROME_BIN=$(which chrome || which chromium) FIREFOX_BIN='' karma start config/karma.conf.cjs",
Expand Down

0 comments on commit 78137b8

Please sign in to comment.