Fix unit testing not exiting
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"version": "0.0.1",
|
||||
"repository": "https://github.com/OpenSprinkler/Weather-Adjustments/",
|
||||
"scripts": {
|
||||
"test": "mocha test"
|
||||
"test": "mocha --exit test"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user