Skip to content

Commit

Permalink
🥭 update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Aug 1, 2022
1 parent d625c08 commit 78af40b
Show file tree
Hide file tree
Showing 5 changed files with 8,958 additions and 873 deletions.
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
collectCoverage: true,
coverageDirectory: "coverage",
coverageProvider: "v8",
transform: {
"^.+\\.(t|j)sx?$": "ts-jest"
},
};
Loading

0 comments on commit 78af40b

Please sign in to comment.