We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca950ac commit e0323bdCopy full SHA for e0323bd
presets/index.d.ts
@@ -21,4 +21,4 @@ declare const _default: {
21
createCjsPreset: typeof import('../build/presets').createCjsPreset;
22
createEsmPreset: typeof import('../build/presets').createEsmPreset;
23
};
24
-export default _default;
+export = _default;
src/presets/__snapshots__/index.spec.ts.snap
@@ -24,7 +24,7 @@ exports[`Jest presets should have the correct types which come from \`ts-jest\`
25
26
27
28
"
29
`;
30
0 commit comments