You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To write a custom TypeScript AST transformers, one can take a look at [the one](https://github.com/kulshekhar/ts-jest/tree/master/src/transformers) that `ts-jest` is using.
Copy file name to clipboardExpand all lines: src/config/__snapshots__/config-set.spec.ts.snap
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -355,3 +355,14 @@ exports[`tsJest transformers should display deprecation warning message when con
355
355
"[level:40] The configuration for astTransformers as string[] is deprecated and will be removed in ts-jest 27. Please define your custom AST transformers in a form of an object. More information you can check online documentation https://kulshekhar.github.io/ts-jest/user/config/astTransformers
356
356
"
357
357
`;
358
+
359
+
exports[`tsJest transformers should support transformers with options 1`] =`
0 commit comments