metro: break jest-haste-map cache

Reviewed By: cpojer, mjesun

Differential Revision: D6728279

fbshipit-source-id: ef26c6a295626adb6ff6272b308110fd00b096e2
This commit is contained in:
Jean Lauliac 2018-01-16 10:17:11 -08:00 committed by Facebook Github Bot
parent cc7ceebaff
commit dfcaa30f26
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ type Options = {|
+watch: boolean,
|};
const JEST_HASTE_MAP_CACHE_BREAKER = 1;
const JEST_HASTE_MAP_CACHE_BREAKER = 2;
class DependencyGraph extends EventEmitter {
_assetResolutionCache: AssetResolutionCache;