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

Commit 3be1f64

Browse files
chore(test-all): fix path to karma binary
1 parent dcd9a9e commit 3be1f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/private/test-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for i in {0..12}
4040
do
4141
git checkout -f step-$i
4242

43-
node_modules/.bin/karma start test/karma.conf.js --single-run --browsers=$BROWSERS
43+
node_modules/karma/bin/karma start test/karma.conf.js --single-run --browsers=$BROWSERS
4444
node_modules/.bin/protractor test/protractor-conf.js --browser=$BROWSERS_E2E
4545

4646
done

0 commit comments

Comments
 (0)