Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 11, 2019
1 parent 2e38fd2 commit 00f0ae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jest-haste-map/src/ModuleMap.ts
Expand Up @@ -25,7 +25,6 @@ const EMPTY_MAP = new Map();
type ValueType<T> = T extends Map<string, infer V> ? V : never;

export type SerializableModuleMap = {
// There is no easier way to extract the type of the entries of a Map
duplicates: ReadonlyArray<[string, ValueType<DuplicatesIndex>]>;
map: ReadonlyArray<[string, ValueType<ModuleMapData>]>;
mocks: ReadonlyArray<[string, ValueType<MockData>]>;
Expand Down

0 comments on commit 00f0ae7

Please sign in to comment.