Skip to content

Commit cf114eb

Browse files
DEV CI
1 parent d71dbbe commit cf114eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jest-transform/src/ScriptTransformer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ class ScriptTransformer {
543543
let shouldCallTransform = false;
544544

545545
if (transformer && this.shouldTransform(filename)) {
546+
546547
shouldCallTransform = true;
547548
const process = transformer.processAsync ?? transformer.process;
548549

0 commit comments

Comments
 (0)