Skip to content

Commit

Permalink
HUE-8888 [ci] Upgrade jsdom to avoid jest Cannot read property 'some'…
Browse files Browse the repository at this point in the history
… of undefined

jestjs/jest#10489
  • Loading branch information
romainr committed Sep 24, 2020
1 parent 0d975c4 commit 56cef42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
# https://jestjs.io/docs/en/troubleshooting.html#tests-are-extremely-slow-on-docker-andor-continuous-integration-ci-server
sed -i 's/"test": "jest"/"test": "jest --runInBand"/g' package.json
npm run test
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "26.0.1",
"jest-environment-jsdom-sixteen": "1.0.3",
"jsdom": "16.2.2",
"jsdom": "16.4.0",
"less-loader": "6.1.2",
"lesshint": "6.3.7",
"license-checker": "^25.0.1",
Expand Down

0 comments on commit 56cef42

Please sign in to comment.