Skip to content

Commit

Permalink
fix: test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Nov 7, 2024
1 parent 479eaa9 commit 6972087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6972087

Please sign in to comment.