We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8711f6e commit b98c032Copy full SHA for b98c032
scripts/test.sh
@@ -6,4 +6,4 @@ echo ""
6
echo "Starting Karma Server (http://karma-runner.github.io)"
7
echo "-------------------------------------------------------------------"
8
9
-karma start $BASE_DIR/../config/karma.conf.js $*
+$BASE_DIR/../node_modules/karma/bin/karma start $BASE_DIR/../config/karma.conf.js $*
0 commit comments