Skip to content

Commit

Permalink
remove unused delete
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 13, 2019
1 parent cb15d24 commit 44557c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/babel-jest/src/index.ts
Expand Up @@ -38,9 +38,6 @@ const createTransformer = (
sourceMaps: 'both',
};

// @ts-ignore: seems like this is removed. Is that true?
delete options.cacheDirectory;

function loadBabelConfig(
cwd: Config.Path,
filename: Config.Path,
Expand Down

0 comments on commit 44557c2

Please sign in to comment.