We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b8e9a commit bb17736Copy full SHA for bb17736
1 file changed
packages/babel-jest/src/index.ts
@@ -76,7 +76,10 @@ const createTransformer = (
76
return rootDirRegExpCache[rootDir];
77
}
78
79
- function getCacheKeyForBabelOptions(babelOptions: any, rootDir: Config.Path) {
+ function getCacheKeyForBabelOptions(
80
+ babelOptions: PartialConfig,
81
+ rootDir: Config.Path,
82
+ ) {
83
const rootDirRegExp = getRootDirRegExp(rootDir);
84
85
// Not pretty but not coupled to a specific signature of the
0 commit comments