Skip to content

Commit 451c0fe

Browse files
author
Kamesh
committed
yarn runner
1 parent 597a8d1 commit 451c0fe

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
"main": "app/server.js",
1010
"scripts": {
1111
"start": "nodemon app/server.js",
12-
"test": "npm run jest",
12+
"test": "yarn run jest",
1313
"test:e2e": "jest --runInBand e2e_tests/*.test.js",
1414
"jest": "jest --no-watchman --coverage app/__tests__/*.test.js",
1515
"lint": "eslint app/** e2e_tests/*",

0 commit comments

Comments
 (0)