Skip to content

Commit

Permalink
Eliminated unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
Biki-das committed Dec 23, 2021
1 parent 523fa7e commit 7dbfd25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/jest-haste-map/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ export type InternalHasteMap = {
map: ModuleMapData;
mocks: MockData;
};

export type IHasteMap = {
hasteFS: HasteFS;
moduleMap: IModuleMap;
__hasteMapForTest?: InternalHasteMap | null;
};

export type HasteMap = {
hasteFS: HasteFS;
moduleMap: ModuleMap;
Expand Down

0 comments on commit 7dbfd25

Please sign in to comment.