Skip to content
Snippets Groups Projects
Commit db6665d4 authored by Goatman's avatar Goatman Committed by Pierre Smeyers
Browse files

fix(test): place test CLI options in the configurable variable to give the...

fix(test): place test CLI options in the configurable variable to give the possibility of using Jest instead Karma
parent 4588eda3
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ variables:
test
--code-coverage
--reporters progress,junit
--watch=false
--no-progress
NG_E2E_ARGS: >-
e2e
......@@ -298,7 +300,7 @@ stages:
function run_tests() {
# shellcheck disable=SC2086
ng $NG_TEST_ARGS --watch=false --no-progress
ng $NG_TEST_ARGS
}
function merge_coverage() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment