mirror of
https://github.com/vitaliiromanenko/popcorn-md.git
synced 2026-07-22 07:45:25 +00:00
9 lines
No EOL
240 B
JavaScript
9 lines
No EOL
240 B
JavaScript
export default {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
transform: {
|
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.jest.json' }]
|
|
},
|
|
moduleFileExtensions: ["ts", "js", "json"],
|
|
testMatch: ["**/tests/**/*.test.ts"],
|
|
}; |