Skip to content

Commit

Permalink
Fixed jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed May 8, 2024
1 parent fb9abd2 commit 2a17fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ module.exports = {
testEnvironment: "node",
testMatch: ["<rootDir>/tests/**/*_test.ts"],
collectCoverage: false,
globals: {
"ts-jest": {
tsConfig: {
transform: {
"^.+\\.tsx?$": ["ts-jest", {
tsconfig: {
sourceMap: true,
inlineSourceMap: true,
allowJs: true,
}
},
}]
},
modulePathIgnorePatterns: [
"<rootDir>/.dist",
Expand Down

0 comments on commit 2a17fad

Please sign in to comment.