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 d12d468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jest-transform/src/ScriptTransformer.ts
Expand Up @@ -543,6 +543,8 @@ class ScriptTransformer {
let shouldCallTransform = false;

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

createDirectory(path.dirname(cacheFilePath));
shouldCallTransform = true;
const process = transformer.processAsync ?? transformer.process;

Expand Down

0 comments on commit d12d468

Please sign in to comment.