Skip to content

Commit

Permalink
chore: add test:dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdouglas committed Jun 20, 2020
1 parent cba9cd8 commit 67c3898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "One line reducer. Simple state management without boilerplate.",
"main": "src/index.js",
"scripts": {
"test": "jest --watchAll",
"test": "jest",
"test:dev": "jest --watchAll",
"test:single": "jest",
"test:coverage": "jest -- --coverage",
"test:coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
Expand Down

0 comments on commit 67c3898

Please sign in to comment.