Skip to content

Commit

Permalink
Added jest configuration file for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-Nande authored Nov 5, 2021
1 parent 0a87927 commit acca10d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"setupFiles": ["<rootDir>/src/setupTests.js"]
}

0 comments on commit acca10d

Please sign in to comment.