Skip to content

Commit

Permalink
script for running tests with --watch
Browse files Browse the repository at this point in the history
  • Loading branch information
caiokf committed Nov 19, 2019
1 parent dd0652a commit 068cad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"prepublish": "yarn build && np --no-cleanup --yolo --no-publish",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"test": "node_modules/.bin/jest",
"testw": "node_modules/.bin/jest --watch",
"coverage": "yarn test --coverage"
},
"jest": {
Expand Down

0 comments on commit 068cad9

Please sign in to comment.