h-sphere_sql-seal/jest.config.js

8 lines
188 B
JavaScript
Raw Permalink Normal View History

2024-08-25 12:12:16 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest",{}],
"^.+.ts?$": ["ts-jest",{}],
2024-08-25 12:12:16 +00:00
},
};