Skip to content

Commit 269af58

Browse files
committed
Usar rpm run test en general y npm run test:dev para desarrollo
1 parent 2fa8157 commit 269af58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "webpack",
88
"start": "npm run build && webpack-dev-server --port=8000",
99
"lint": "eslint --config .eslintrc.json \"src/**/*.js\"",
10-
"test": "jest --watch --coverage"
10+
"test": "jest",
11+
"test:dev": "jest --watch --coverage"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)