Skip to content

Commit 4bf1c38

Browse files
committed
--passWithNoTests
1 parent cd1dfaf commit 4bf1c38

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
"scripts": {
1313
"start": "node dist/index.js",
1414
"build": "tsc -p .",
15-
"test": "jest",
15+
"test": "jest --passWithNoTests",
1616
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
1717
"check-updates": "npx npm-check-updates"
1818
},

0 commit comments

Comments
 (0)