diff --git a/package.json b/package.json index 9a86996e..d4c078f1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build": "npm run update:cache && npm run build:css", "test": "jest --coverage", "test:watch": "jest --watch", - "test:unit": "jest tests/unit", + "test:unit": "jest tests/unit --forceExit", "test:integration": "jest tests/integration --runInBand --forceExit", "test:security": "jest tests/security", "lint": "eslint src/ tests/",