Closed
@CaptainAchilles

Description

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

<div id="main">
    <div id="testContainer"></div>
</div>