Skip to content

Commit 694b467

Browse files
committed
ci: allowing job to pass with no test files
1 parent 2dc0eab commit 694b467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
1313
"prepare": "npx husky install",
1414
"lint": "npm run lint:jsts -- --fix && npm run lint:style",
15-
"test": "jest"
15+
"test": "jest --passWithNoTests"
1616
},
1717
"engines": {
1818
"node": ">=18"

0 commit comments

Comments
 (0)