Skip to content

Commit 64a3127

Browse files
committed
correct package.json
1 parent 62dafef commit 64a3127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"format:check": "FORCE_COLOR=1 prettier --check .",
3232
"lint": "eslint .",
3333
"lint:fix": "eslint --fix .",
34-
"test": "yarn build && ts-jest",
34+
"test": "yarn build && jest",
3535
"upgrade": "bunx npm-check-updates -i"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)