Skip to content

Commit

Permalink
Update packages/jest-haste-map/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
  • Loading branch information
chentsulin and SimenB committed Feb 23, 2022
1 parent 6a57b81 commit e4de85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-haste-map/src/index.ts
Expand Up @@ -304,7 +304,7 @@ export default class HasteMap extends EventEmitter {
this._worker = null;
}

async _setupCachePath(options: Options): Promise<void> {
private async setupCachePath(options: Options): Promise<void> {
const rootDirHash = createHash('md5').update(options.rootDir).digest('hex');
let hasteImplHash = '';
let dependencyExtractorHash = '';
Expand Down

0 comments on commit e4de85a

Please sign in to comment.