Skip to content

Commit

Permalink
chore(jest): remove unnecessary config options
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 25, 2023
1 parent 08032e7 commit 8c1e5dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
module.exports = {
testEnvironment: "node",
transform: {
"\\.[jt]sx?$": ["ts-jest", { useESM: true }],
"\\.[jt]sx?$": "ts-jest",
},
moduleNameMapper: {
"(.+)\\.js": "$1",
},
extensionsToTreatAsEsm: [".ts"],
collectCoverage: true,
coverageProvider: "v8",
};

0 comments on commit 8c1e5dd

Please sign in to comment.