Skip to content

Commit eb681de

Browse files
committed
Run npm install before single tests
1 parent 5b8c2c2 commit eb681de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
"pretest": "npm install",
2323
"test": "karma start karma.conf.js",
24+
"pretest-single-run": "npm install",
2425
"test-single-run": "karma start karma.conf.js --single-run",
2526

2627
"preupdate-webdriver": "npm install",

0 commit comments

Comments
 (0)