Skip to content

Commit

Permalink
Added jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 6, 2024
1 parent 177f157 commit 14b0f85
Show file tree
Hide file tree
Showing 4 changed files with 4,473 additions and 964 deletions.
9 changes: 9 additions & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*"
],
"coverageDirectory": "coverage",
"resetMocks": true,
"preset": "ts-jest"
}
Loading

0 comments on commit 14b0f85

Please sign in to comment.