Skip to content

Commit

Permalink
Turn on tests running against production bundle (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandberger committed Apr 21, 2020
1 parent e95ee87 commit cf52832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -5,6 +5,6 @@ buildNPM {
runLint = 'yes'
runRegression = 'no'
runSonarqube = true
runTest = 'no'
runTestOptions = '--karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage'
runTest = 'yes'
runTestOptions = '--bundle --karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage'
}

0 comments on commit cf52832

Please sign in to comment.