Skip to content

Commit

Permalink
chore(haste-map): remove unused type export (#12186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Biki-das committed Jan 3, 2022
1 parent 3226823 commit a51afbe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/jest-haste-map/src/types.ts
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 a51afbe

Please sign in to comment.