Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jul 29, 2023
1 parent 5c5fba2 commit 489ee82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const jestConfig: JestConfigWithTsJest = {
"default",
["jest-junit", { outputDirectory: "test-results/jest" }],
],
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
coverageReporters: ["lcov", "text", "text-summary"],
setupFiles: [],
preset: "ts-jest/presets/default-esm",
Expand Down

0 comments on commit 489ee82

Please sign in to comment.