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 7fc31ed commit 6cbdfbeCopy full SHA for 6cbdfbe
scripts/ci/build-and-test.sh
@@ -8,4 +8,4 @@ SCRIPT_DIR=$(dirname $0)
8
cd ${SCRIPT_DIR}/../..
9
10
ng build
11
-karma start --single-run --no-auto-watch --reporters='dots'
+karma start test/karma.conf.js --single-run --no-auto-watch --reporters='dots'
0 commit comments