Skip to content

Commit 244972f

Browse files
committed
Add test-watch script
1 parent 3821226 commit 244972f

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
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"check-types": "tsc --noEmit",
1111
"test": "jest",
12+
"test-watch": "jest --watch",
1213
"deploy": "cdk deploy --all",
1314
"diff": "cdk diff"
1415
},

0 commit comments

Comments
 (0)