Skip to content

Commit f48df38

Browse files
committed
fix: pass with no tests
1 parent b235bfb commit f48df38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": false,
1010
"bin": "dist/cli.js",
1111
"scripts": {
12-
"test": "jest",
12+
"test": "jest --passWithNoTests",
1313
"build": "tsc -p ./tsconfig.json",
1414
"watch": "tsc --watch -p ./tsconfig.json",
1515
"lint": "cross-env ESLINT_STRICT=true ESLINT_EXPENSIVE=true eslint . --ext .ts",

0 commit comments

Comments
 (0)