Skip to content

Commit 5f56116

Browse files
committed
🚧 chore(scripts): add test watch shortcut
1 parent 7824b4d commit 5f56116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
2323
"test": "jest --verbose",
2424
"test-watch": "jest --watchAll",
25+
"tw": "npm run test-watch",
2526
"watch": "jest --watch",
2627
"snapupdate": "jest --updateSnapshot",
2728
"coverage": "jest --coverage",

0 commit comments

Comments
 (0)