metro-bundler: fix DependencyGraph-test

Reviewed By: mjesun

Differential Revision: D5423513

fbshipit-source-id: a0093bb8d26d4c16790ed90cae21350451ebe04a
This commit is contained in:
Jean Lauliac 2017-07-14 07:35:32 -07:00 committed by Facebook Github Bot
parent e787159f9e
commit 2ee051599a
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class ModuleResolver<TModule: Moduleish, TPackage: Packageish> {
return this._getEmptyModule(fromModule, toModuleName);
}
return this._loadAsFileOrDirOrThrow(
potentialModulePath,
realModuleName,
fromModule,
toModuleName,
platform,