Skip to content

Commit a51afbe

Browse files
authored
chore(haste-map): remove unused type export (#12186)
1 parent 3226823 commit a51afbe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/jest-haste-map/src/types.ts

-7
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ export type InternalHasteMap = {
109109
map: ModuleMapData;
110110
mocks: MockData;
111111
};
112-
113-
export type IHasteMap = {
114-
hasteFS: HasteFS;
115-
moduleMap: IModuleMap;
116-
__hasteMapForTest?: InternalHasteMap | null;
117-
};
118-
119112
export type HasteMap = {
120113
hasteFS: HasteFS;
121114
moduleMap: ModuleMap;

0 commit comments

Comments
 (0)