Skip to content

Commit

Permalink
fix: passWithNoTests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalaakam committed Jan 10, 2023
1 parent 05d4755 commit 9369d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"private": false,
"scripts": {
"test": "jest --config jestconfig.json",
"test": "jest --config jestconfig.json --passWithNoTests",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
Expand Down

0 comments on commit 9369d07

Please sign in to comment.