Skip to content

Commit c307430

Browse files
committed
Small adjustments
1 parent bd32f0c commit c307430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "tsc",
1818
"lint": "eslint --ext js,ts,tsx src",
1919
"lint:fix": "npm run lint -- --fix",
20-
"test": "jest --config jestconfig.json",
20+
"test": "jest --config jestconfig.json --passWithNoTests",
2121
"prepare": "npm run build",
2222
"prepublishOnly": "npm test && npm run lint",
2323
"version": "npm run lint:fix && git add -A src",

0 commit comments

Comments
 (0)