diff --git a/spec/main-process/atom-application.new.test.js b/spec/main-process/atom-application.new.test.js index bb7d0eee5..e11c62e3b 100644 --- a/spec/main-process/atom-application.new.test.js +++ b/spec/main-process/atom-application.new.test.js @@ -141,6 +141,7 @@ class LaunchScenario { reject(err) } else { this.filePathPool.set(filePath, fullFilePath) + this.filePathPool.set(path.basename(filePath), fullFilePath) resolve() } })