Skip to content

Commit 5d7027d

Browse files
committed
fix: revert the change I made to focus on a test file
1 parent 6dac0ae commit 5d7027d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"postinstall": "run-s build install-husky",
1919
"install-husky": "if-env CI=1 || husky install node_modules/@netlify/eslint-config-node/.husky",
2020
"test": "run-s build:demo test:jest",
21-
"test:jest": "jest --testMatch=**/test/request.spec.ts",
21+
"test:jest": "jest",
2222
"test:jest:update": "jest --updateSnapshot",
2323
"test:update": "run-s build build:demo test:jest:update"
2424
},

0 commit comments

Comments
 (0)