Skip to content

Commit

Permalink
DEV CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchhentgesspotify committed Oct 21, 2022
1 parent d71dbbe commit cf114eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-transform/src/ScriptTransformer.ts
Expand Up @@ -543,6 +543,7 @@ class ScriptTransformer {
let shouldCallTransform = false;

if (transformer && this.shouldTransform(filename)) {

shouldCallTransform = true;
const process = transformer.processAsync ?? transformer.process;

Expand Down

0 comments on commit cf114eb

Please sign in to comment.