diff options
Diffstat (limited to 'mascara/test/index.html')
-rw-r--r-- | mascara/test/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mascara/test/index.html b/mascara/test/index.html index abd985121..6495c2cfc 100644 --- a/mascara/test/index.html +++ b/mascara/test/index.html @@ -14,7 +14,8 @@ <script src="./helpers.js"></script> <script src="./test-bundle.js"></script> <script src="/testem.js"></script> - <script src="./bundle.js"></script> + <div id="app-content"></div> + <script src="./bundle.js"></script> </body> </html> |