diff --git a/package.json b/package.json index 612794a..cbe42c5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint --config ./.eslintrc.js \"**/*.ts\"", "lint:fix": "eslint --config ./.eslintrc.js \"**/*.ts\" --fix", "prepare": "husky install", - "test": "jest --coverage --config ./jest.config.js", + "test": "jest --coverage --config ./jest.config.js --forceExit", "update-installers": "nwget https://dot.net/v1/dotnet-install.ps1 -O externals/install-dotnet.ps1 && nwget https://dot.net/v1/dotnet-install.sh -O externals/install-dotnet.sh" }, "repository": {