Skip to content

Commit bb17736

Browse files
committed
no any
1 parent 15b8e9a commit bb17736

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/babel-jest/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ const createTransformer = (
7676
return rootDirRegExpCache[rootDir];
7777
}
7878

79-
function getCacheKeyForBabelOptions(babelOptions: any, rootDir: Config.Path) {
79+
function getCacheKeyForBabelOptions(
80+
babelOptions: PartialConfig,
81+
rootDir: Config.Path,
82+
) {
8083
const rootDirRegExp = getRootDirRegExp(rootDir);
8184

8285
// Not pretty but not coupled to a specific signature of the

0 commit comments

Comments
 (0)