Fix unit testing not exiting

This commit is contained in:
Samer Albahra
2018-07-23 00:04:44 -05:00
parent 35b4d782ab
commit 57f904e8f7

View File

@@ -4,7 +4,7 @@
"version": "0.0.1", "version": "0.0.1",
"repository": "https://github.com/OpenSprinkler/Weather-Adjustments/", "repository": "https://github.com/OpenSprinkler/Weather-Adjustments/",
"scripts": { "scripts": {
"test": "mocha test" "test": "mocha --exit test"
}, },
"dependencies": { "dependencies": {
"dotenv": "^6.0.0", "dotenv": "^6.0.0",