iching-broker-level1/node_modules/ts-jest/dist/presets/all-presets.d.ts
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

15 lines
810 B
TypeScript

declare const allPresets: {
readonly defaults: import("..").DefaultPreset;
readonly defaultsLegacy: import("..").DefaultLegacyPreset;
readonly defaultsESM: import("..").DefaultEsmPreset;
readonly defaultsESMLegacy: import("..").DefaultEsmLegacyPreset;
readonly jsWithTs: import("..").JsWithTsPreset;
readonly jsWithTsLegacy: import("..").JsWithTsLegacyPreset;
readonly jsWithTsESM: import("..").JsWithTsEsmPreset;
readonly jsWithTsESMLegacy: import("..").JsWithTsEsmLegacyPreset;
readonly jsWithBabel: import("..").JsWithBabelPreset;
readonly jsWithBabelLegacy: import("..").JsWithBabelLegacyPreset;
readonly jsWithBabelESM: import("..").JsWithBabelEsmPreset;
readonly jsWithBabelESMLegacy: import("..").JsWithBabelEsmLegacyPreset;
};
export default allPresets;