Skip to content

Commit

Permalink
chore: ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Oct 19, 2020
1 parent 45aaa92 commit 2253402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ module.exports = {
moduleNameMapper: {
"\\.(css|less|sass|scss)$": "<rootDir>/src/__mocks__/styleMock.js",
},
coveragePathIgnorePatterns: [
"node_modules",
"__mocks__",
"stories",
"<rootDir>/src/meter/__examples__/index.ts",
"<rootDir>/src/meter/__examples__/__tests__/statehook-test-data.ts",
],
};

0 comments on commit 2253402

Please sign in to comment.