diff --git a/package.json b/package.json index 28833537a..6bd788533 100644 --- a/package.json +++ b/package.json @@ -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",