iching-broker-level2/old.jest.config.ts
Christopher Hase b61a166649
All checks were successful
ci / build (push) Successful in 1m8s
make unit tests runnable again
2025-04-17 13:50:24 +02:00

5 lines
No EOL
77 B
TypeScript

module.exports = {
transform: {
"^.+\\.tsx?$": "ts-jest"
}
};