Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
modify: ignore nextComponents directory when correcting code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Mar 6, 2020
1 parent 3fb7c7a commit e65f542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ module.exports = Object.assign({}, defaultConfig, {
'!**/*.d.ts',
'!jest.*',
'!**/*.stories.tsx',
'!src/nextComponents/**'
],
});

0 comments on commit e65f542

Please sign in to comment.