Skip to content

Commit afa013f

Browse files
committed
chore: Add test:watch script
1 parent 3a9c302 commit afa013f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"format": "prettier --write .",
3636
"format:check": "prettier --check .",
3737
"test": "jest",
38+
"test:watch": "jest --watch --no-verbose",
3839
"ts": "tsc --noEmit"
3940
},
4041
"devDependencies": {

pnpm-lock.yaml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)