weathery/jest.config.js
2022-03-24 09:57:45 +01:00

7 lines
99 B
JavaScript

module.exports = {
testEnvironment: "node",
transform: {
"^.+\\.tsx?$": "ts-jest",
},
};