Fix unit testing not exiting
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user