Skip to content

Commit

Permalink
[7.x] [APM] Ensure APM jest script can run (#83398) (#83408)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar authored Nov 16, 2020
1 parent 769fa71 commit 9bc8cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
roots: [`${rootDir}/common`, `${rootDir}/public`, `${rootDir}/server`],
collectCoverage: true,
collectCoverageFrom: [
...jestConfig.collectCoverageFrom,
...(jestConfig.collectCoverageFrom ?? []),
'**/*.{js,mjs,jsx,ts,tsx}',
'!**/*.stories.{js,mjs,ts,tsx}',
'!**/dev_docs/**',
Expand Down

0 comments on commit 9bc8cea

Please sign in to comment.