iching-broker-level1/jest.config.ts
Christopher Hase 08441494f1
Some checks failed
ci / build (push) Failing after 1m3s
unit tests part 1
2025-03-31 13:59:41 +02:00

5 lines
No EOL
77 B
TypeScript

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