diff --git a/package.json b/package.json index 1086c1e..f5bd20d 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "index.ts", "scripts": { "mongo": "node ./src/setupMongo.js", - "test": "dotenv jest -- --runInBand", - "tdd": "dotenv jest -- --watch --runInBand", + "test": "dotenv jest -- --runInBand --forceExit", + "tdd": "dotenv jest -- --watch --runInBand --forceExit", "start": "concurrently --kill-others \"npm run mongo\" \"npm run build:live\"", "build:live": "nodemon --exec ./node_modules/.bin/ts-node -- -r dotenv/config ./src/index.ts", "build": "tsc",