Skip to content

Commit

Permalink
fix coverage no reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
derduher committed May 29, 2024
1 parent 76f85f4 commit 6015f07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/** @type {import('jest').Config} */
const config = {
preset: 'ts-jest',
rootDir: 'tests/',
transform: {
"^.+\\.ts?$": [
"ts-jest",
'^.+\\.ts?$': [
'ts-jest',
{
tsconfig: "tsconfig.jest.json",
tsconfig: 'tsconfig.jest.json',
},
],
},
Expand Down

0 comments on commit 6015f07

Please sign in to comment.