diff --git a/libs/notifications/package.json b/libs/notifications/package.json index 66f4474e716..c59743d8dc4 100644 --- a/libs/notifications/package.json +++ b/libs/notifications/package.json @@ -15,7 +15,7 @@ "fix": "run-s fix:*", "fix:prettier": "prettier \"src/**/*.ts\" --write", "fix:lint": "eslint src --ext .ts --fix", - "test": "jest", + "test": "jest --passWithNoTests", "lint": "eslint src", "test:watch": "jest --watch", "watch:build": "tsc -p tsconfig.json -w",