Skip to content

Commit bc104ab

Browse files
committed
feat: update test script to allow passing with no tests
1 parent 2053731 commit bc104ab

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
@@ -5,7 +5,7 @@
55
"description": "A simple template for a custom React component library",
66
"scripts": {
77
"dev": "npm run storybook:dev",
8-
"test": "jest",
8+
"test": "jest --passWithNoTests",
99
"build": "npm run clear && vite build",
1010
"clear": "concurrently \"rimraf ./dist\" \"rimraf ./storybook-static\"",
1111
"rollup": "rollup -c",

0 commit comments

Comments
 (0)