diff --git a/package.json b/package.json index 8e6fc97..bf8d8ac 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "eslint": "eslint '{src,apps,libs,test}/**/*.ts' --fix", "test:debug": "node --inspect=0.0.0.0:9229 node_modules/.bin/jest --config ./test/jest-e2e.json --runInBand", - "test": "node_modules/.bin/jest --config ./test/jest-e2e.json", + "test": "node_modules/.bin/jest --config ./test/jest-e2e.json --forceExit", "prepublishOnly": "npm run eslint && npm run test && npm run build", "build": "tsc -p tsconfig.build.json" },