Skip to content

Commit 72d8431

Browse files
authored
Merge pull request #22 from xendora/update-test-command
Changed jest command
2 parents f626f4f + d6993f8 commit 72d8431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"docz:build": "docz build",
4242
"docz:deploy": "yarn docz:build && gh-pages -d .docz/dist",
4343
"lint:test": "yarn eslint ./src",
44-
"jest": "jest"
44+
"jest:all": "jest __tests__/*"
4545
},
4646
"peerDependencies": {
4747
"prop-types": "^15.5.4",

0 commit comments

Comments
 (0)