Skip to content

Commit 25507ba

Browse files
committed
remove dead code
1 parent 8dc3bf3 commit 25507ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/createJestRunner.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ export default function createRunner<
111111
extraOptions: getExtraOptions ? getExtraOptions() : {},
112112
};
113113

114-
if (typeof runner.default === 'function') {
115-
return runner.default(baseOptions);
116-
}
117-
118114
return runner(baseOptions);
119115
});
120116
})

0 commit comments

Comments
 (0)