Skip to content

Commit

Permalink
Add a mocha exit option
Browse files Browse the repository at this point in the history
  • Loading branch information
zabil committed May 15, 2024
1 parent 94c8145 commit 7cf92a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"doc:api": "node lib/documentation.js",
"test:api": "node test/unit-tests/taiko-test.js",
"examples": "cd examples && npm install && npm test",
"test:unit:silent": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000 -R dot --trace-warnings",
"test:unit": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000 --trace-warnings",
"test:unit:silent": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000 -R dot --trace-warnings --exit",
"test:unit": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000 --trace-warnings --exit",
"test": "npm run test:api && npm run test:unit:silent",
"test-functional": "npm install && cd test/functional-tests && npm install && npm test",
"test-docs": "cd test/docs-tests && node prepare.js && eleventy && cd ./gauge && npm install && npm test",
Expand Down

0 comments on commit 7cf92a6

Please sign in to comment.