SurfSense/extension/jest.config.js

9 lines
154 B
JavaScript
Raw Normal View History

2024-08-12 00:32:42 -07:00
module.exports = {
"roots": [
"src"
],
"transform": {
"^.+\\.ts$": ["ts-jest", { tsconfig: "tsconfig.test.json" }]
},
};