We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2053731 commit bc104abCopy full SHA for bc104ab
package.json
@@ -5,7 +5,7 @@
5
"description": "A simple template for a custom React component library",
6
"scripts": {
7
"dev": "npm run storybook:dev",
8
- "test": "jest",
+ "test": "jest --passWithNoTests",
9
"build": "npm run clear && vite build",
10
"clear": "concurrently \"rimraf ./dist\" \"rimraf ./storybook-static\"",
11
"rollup": "rollup -c",
0 commit comments