Skip to content

Commit

Permalink
disable test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 9, 2024
1 parent 2f8b709 commit 7b3cdea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ module.exports = {
}]
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
// Coverage checks are pretty silly for this project, but it's a good example
// for other projects that aren't all native code.
collectCoverage: true,
collectCoverage: false,
coverageDirectory: 'coverage',
coverageReporters: ['text', 'lcov'],
coveragePathIgnorePatterns: [
Expand Down

0 comments on commit 7b3cdea

Please sign in to comment.