monorepo/visions/ui/jest.config.js

7 lines
154 B
JavaScript
Raw Normal View History

2025-02-14 03:58:04 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} **/
export default {
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest",{}],
},
};