iching-broker-level1/node_modules/ts-jest/dist/legacy/index.js
Christopher Hase 323cea883d
All checks were successful
ci / build (push) Successful in 1m14s
unit tests part 3
2025-03-31 14:27:20 +02:00

8 lines
292 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts_jest_transformer_1 = require("./ts-jest-transformer");
exports.default = {
createTransformer: function (tsJestConfig) {
return new ts_jest_transformer_1.TsJestTransformer(tsJestConfig);
},
};