Skip to content

Commit

Permalink
chore: Add comment for adding test coverage for src
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed May 6, 2022
1 parent 20a6ee7 commit 30ba86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ build
presets
transforms
draft

coverage
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
'demo/**/*.{js,jsx,ts,tsx}',
'!demo/**/*.d.ts',
'!demo/mocks/**',
// TODO: To report coverage in `src`. They are compiled to `dist` so it's difficult to report coverage directly
],
coveragePathIgnorePatterns: [],
setupFilesAfterEnv: ['./config/jest/setupTests.js'],
Expand Down

0 comments on commit 30ba86e

Please sign in to comment.