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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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() {