diff --git a/package.json b/package.json index 193d5c5..406198d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "ncc build -s --license license.txt", "test:lint": "eslint \"@(src|scripts)/**/*.ts\" && eslint --rule \"no-invalid-this: off\" tests/**/*.ts", "test:unit": "jest --testPathPattern=unit --watchAll=false", - "test:integration": "jest --testPathPattern=integration", + "test:integration": "jest --testPathPattern=integration --watchAll=false --passWithNoTests", "test": "npm run test:lint && npm run test:unit && npm run test:integration" }, "repository": {