mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 16:31:56 +00:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
module.exports = {
|
|
testEnvironment: 'node',
|
|
transform: {
|
|
'^.+.tsx?$': ['ts-jest', {}],
|
|
},
|
|
}
|