Skip to content

Commit

Permalink
chore: adds watch-test command
Browse files Browse the repository at this point in the history
  • Loading branch information
andr9528 committed Dec 12, 2023
1 parent 804084c commit dd37dbd
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 @@ -37,6 +37,7 @@
"test": "yarn lint && yarn unit",
"test:integration": "yarn lint && jest --config=jest-integration.config.js",
"watch": "yarn build && cross-env NODE_ENV=development node --watch ./dist ",
"watch-test": "jest --watch",
"cov": "jest; open-cli coverage/lcov-report/index.html",
"cov-open": "open-cli coverage/lcov-report/index.html",
"send-coverage": "jest && codecov",
Expand Down

0 comments on commit dd37dbd

Please sign in to comment.