Skip to content

Commit

Permalink
add option --passWithNoTests with no test(jest)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-KhiemNguyen committed Mar 29, 2021
1 parent 528787e commit 4d59130
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 @@ -13,7 +13,7 @@
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
"test": "jest --passWithNoTests"
},
"dependencies": {
"@nuxtjs/auth-next": "^5.0.0-1613647907.37b1156",
Expand Down

0 comments on commit 4d59130

Please sign in to comment.