diff --git a/.circleci/config.yml b/.circleci/config.yml index a6d2d387015..7585cab643e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/package.json b/package.json index 9f7c5459291..13ffdb75c78 100644 --- a/package.json +++ b/package.json @@ -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",