Skip to content

Commit

Permalink
circus
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed May 24, 2020
1 parent cb76906 commit 7f289a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/dev-tools/jest/create_jest_config.js
Expand Up @@ -58,7 +58,7 @@ export function createJestConfig({ kibanaDirectory, xPackKibanaDirectory }) {
],
testEnvironment: 'jest-environment-jsdom-sixteen',
testMatch: ['**/*.test.{js,ts,tsx}'],
testRunner: 'jest-circus/runner',
// testRunner: 'jest-circus/runner',
testTimeout: 10000,
transform: {
'^.+\\.(js|tsx?)$': `${kibanaDirectory}/src/dev/jest/babel_transform.js`,
Expand Down

0 comments on commit 7f289a0

Please sign in to comment.