Skip to content

Commit

Permalink
Add test:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettberg committed Jan 25, 2018
1 parent a95cead commit 24c969a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -16,6 +16,7 @@
"pretest:only": "npm run react",
"test:only": "jest",
"test": "npm run test:only",
"test:watch": "npm run test:only -- --watchAll",
"clean": "rimraf dist",
"react": "enzyme-adapter-react-install 16",
"prepublish": "safe-publish-latest && npm run build"
Expand Down

0 comments on commit 24c969a

Please sign in to comment.