Skip to content

Commit 6f01cc6

Browse files
committed
Simplify test command
1 parent 4ced186 commit 6f01cc6

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
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"format": "make format",
1111
"precommit": "lint-staged",
12-
"test": "make test",
12+
"test": "jest",
1313
"watch-test": "make watch-test"
1414
},
1515
"lint-staged": {

0 commit comments

Comments
 (0)