Skip to content

Commit

Permalink
Add test coverage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidDamek committed Nov 24, 2023
1 parent bfed920 commit 971ffa8
Show file tree
Hide file tree
Showing 4 changed files with 14,057 additions and 7 deletions.
4 changes: 4 additions & 0 deletions config/coverage.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
reporters: ['text'], // add 'html' if you need more readable output
excludes: ['*/mirage/**/*'],
};
Loading

0 comments on commit 971ffa8

Please sign in to comment.