2025-04-02 21:57:33 +08:00

13 lines
184 B
JavaScript

module.exports = {
transform: {
".ts": 'ts-jest'
},
testRegex: '.+\\.test\\.ts$',
testPathIgnorePatterns: [
"esm",
"lib",
"examples",
"node_modules"
]
};