Skip to content

Commit

Permalink
test: Disabled bigtest for release
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanFreestone committed Mar 3, 2022
1 parent 0743c61 commit a7b5af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ buildNPM {
runLint = 'yes'
runSonarqube = 'true'
runScripts = [
['test:bigtest': ''],
['test:jest': ''],
['formatjs-compile': ''],
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "stripes serve",
"build": "stripes build --output ./output",
"lint": "eslint .",
"test": "yarn run test:jest && yarn run test:bigtest",
"test": "yarn run test:jest",
"test:bigtest": "stripes test karma --bundle --karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage",
"formatjs-compile": "formatjs compile-folder --ast --format simple ./translations/ui-local-kb-admin ./translations/ui-local-kb-admin/compiled",
"test:jest": "jest --ci --coverage"
Expand Down

0 comments on commit a7b5af4

Please sign in to comment.