Commit e7c3ebf2 authored by Grandschtroumpf's avatar Grandschtroumpf

Fix tests

parent 299ffd2d
...@@ -366,9 +366,15 @@ Please make a backup of your contracts and start using http://remix.ethereum.org ...@@ -366,9 +366,15 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
pluginManagerComponent.setStore(appStore) pluginManagerComponent.setStore(appStore)
<<<<<<< HEAD <<<<<<< HEAD
<<<<<<< HEAD
self._components.mainview.init() self._components.mainview.init()
======= =======
=======
// Need to have Home initialized before VerticalIconComponent render to access profile of it for icon
const landingPage = new LandingPage(appManager, appStore)
>>>>>>> Fix tests
self._components.editorpanel.init() self._components.editorpanel.init()
>>>>>>> standard >>>>>>> standard
self._components.fileManager.init() self._components.fileManager.init()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment