Skip to content

Commit b98c032

Browse files
committed
fix(unit): Changed unit test to use local karma
1 parent 8711f6e commit b98c032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ echo ""
66
echo "Starting Karma Server (http://karma-runner.github.io)"
77
echo "-------------------------------------------------------------------"
88

9-
karma start $BASE_DIR/../config/karma.conf.js $*
9+
$BASE_DIR/../node_modules/karma/bin/karma start $BASE_DIR/../config/karma.conf.js $*

0 commit comments

Comments
 (0)