Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit cc7ccf6

Browse files
committed
chore(package): ensure pretest script is run on test-single-run
1 parent 511272e commit cc7ccf6

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
@@ -23,7 +23,7 @@
2323

2424
"pretest": "npm install",
2525
"test": "karma start karma.conf.js",
26-
"test-single-run": "karma start karma.conf.js --single-run",
26+
"test-single-run": "npm test -- --single-run",
2727

2828
"preupdate-webdriver": "npm install",
2929
"update-webdriver": "webdriver-manager update",

0 commit comments

Comments
 (0)