Skip to content

Commit

Permalink
[APM] Ensure APM jest script can run
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Nov 16, 2020
1 parent 253495b commit de35fab
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 de35fab

Please sign in to comment.