From cfd91d4e1793613a037a7b285ca162642a8d3d56 Mon Sep 17 00:00:00 2001 From: David Zilburg Date: Thu, 11 Feb 2021 16:57:35 -0500 Subject: [PATCH] Add tests for custom haste map --- packages/jest-types/src/Config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/jest-types/src/Config.ts b/packages/jest-types/src/Config.ts index 4be7d243b335..766b65ae4349 100644 --- a/packages/jest-types/src/Config.ts +++ b/packages/jest-types/src/Config.ts @@ -347,7 +347,6 @@ export type ProjectConfig = { globalTeardown?: string; globals: ConfigGlobals; haste: HasteConfig; - hasteMapModulePath?: Path; injectGlobals: boolean; moduleDirectories: Array; moduleFileExtensions: Array;