Skip to content

Commit

Permalink
Revert jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Jul 27, 2020
1 parent 6c98235 commit 9abb595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/dev-tools/jest/create_jest_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export function createJestConfig({ kibanaDirectory, rootDir, xPackKibanaDirector
'^(!!)?file-loader!': fileMockPath,
},
collectCoverageFrom: [
// 'legacy/plugins/**/*.{js,mjs,jsx,ts,tsx}',
// 'legacy/server/**/*.{js,mjs,jsx,ts,tsx}',
'plugins/security_solution/public/**/*.{js,mjs,jsx,ts,tsx}',
'legacy/plugins/**/*.{js,mjs,jsx,ts,tsx}',
'legacy/server/**/*.{js,mjs,jsx,ts,tsx}',
'plugins/**/*.{js,mjs,jsx,ts,tsx}',
'!**/{__test__,__snapshots__,__examples__,integration_tests,tests}/**',
'!**/*.test.{js,mjs,ts,tsx}',
'!**/flot-charts/**',
Expand Down

0 comments on commit 9abb595

Please sign in to comment.