Skip to content

Commit 82f2bde

Browse files
committed
chore(husky): update pre-push script to use ts-jest for testing
1 parent 3c9fc4a commit 82f2bde

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.husky/pre-push

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
pnpm test
1+
pnpm exec ts-jest

0 commit comments

Comments
 (0)