Skip to content

Commit

Permalink
Remove coverage reports (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatercurve committed Nov 25, 2022
1 parent 3c100ca commit d40ec68
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ const common = {
};

module.exports = {
collectCoverage: true,
collectCoverageFrom: [
'<rootDir>/packages/lexical/src/core/**/*.ts',
'<rootDir>/packages/lexical/src/extensions/**/*.ts',
'<rootDir>/packages/lexical-react/src/**/*.ts',
],
coverageReporters: ['json', 'text'],
projects: [
{
...common,
Expand Down

0 comments on commit d40ec68

Please sign in to comment.