Skip to content

Commit 0cb4c96

Browse files
committed
chore: passWithNoTests
1 parent 2aabb49 commit 0cb4c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-config-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean": "rm -rf dist *.tsbuildinfo",
3030
"lint": "eslint src",
3131
"fix": "eslint --fix src",
32-
"test": "jest",
32+
"test": "jest --passWithNoTests",
3333
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3434
},
3535
"dependencies": {

0 commit comments

Comments
 (0)