Skip to content

Commit 6bcd973

Browse files
committed
Small adjustments
1 parent e97753b commit 6bcd973

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
@@ -16,7 +16,7 @@
1616
"build": "tsc",
1717
"lint": "eslint --ext js,ts,tsx src",
1818
"lint:fix": "npm run lint -- --fix",
19-
"test": "jest --config jestconfig.json",
19+
"test": "jest --config jestconfig.json --passWithNoTests",
2020
"prepare": "npm run build",
2121
"prepublishOnly": "npm test && npm run lint",
2222
"version": "npm run lint:fix && git add -A src",

0 commit comments

Comments
 (0)