iching-broker-level2/jest.config.js
Christopher Hase c0f1a3db7e
Some checks are pending
ci / build (push) Waiting to run
add http-server part 6.2
2025-04-10 14:36:39 +02:00

6 lines
92 B
JavaScript

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