The tests are mounting the components to the root instance. it would be better and easier to test if they mounted to something like `testContainer` ```html <div id="main"> <div id="testContainer"></div> </div> ```