Skip to content

Commit

Permalink
force exit mocha after finishing in rpc tests (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Nov 5, 2023
1 parent b2adaa1 commit c3eaf65
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 @@ -12,7 +12,7 @@
"webpack:watch": "while true; do webpack watch --mode development --config config/webpack.config.js; sleep 1; done",
"test": "run-s test:node test:browser:chrome test:browser:firefox",
"test:node": "mocha --config config/.mocharc.js test/{node,node-and-browser}/**/*.test.js",
"test:node:rpc": "USE_RPC=1 mocha --config config/.mocharc.js test/{node,node-and-browser}/**/*.test.js",
"test:node:rpc": "USE_RPC=1 mocha --exit --config config/.mocharc.js test/{node,node-and-browser}/**/*.test.js",
"test:mocked:challenges": "mocha --config config/.mocharc.js --recursive test/challenges",
"test:node:parallel:all": "mocha --parallel --recursive --config config/.mocharc.js test/node test/node-and-browser",
"test:node:parallel:local": "mocha --parallel --recursive --config config/.mocharc.js test/node",
Expand Down

0 comments on commit c3eaf65

Please sign in to comment.