Skip to content

Commit a5fa982

Browse files
committed
fix: allow tests to pass when no test files exist
1 parent fd6b5b3 commit a5fa982

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
@@ -46,7 +46,7 @@
4646
"watch": "tsc -w",
4747
"dev": "ts-node src/index.ts",
4848
"start": "node build/index.js",
49-
"test": "jest",
49+
"test": "jest --passWithNoTests",
5050
"prepublishOnly": "npm run build"
5151
},
5252
"dependencies": {

0 commit comments

Comments
 (0)