aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/test/index.html
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-04-27 23:21:10 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-04-28 20:11:46 +0800
commit53537824f179038d227c9a340302d039ab151ede (patch)
treec25aed7d2fad00204f869be933941d5f5dfe9602 /mascara/test/index.html
parente7e0919d7c76c818590df4435db0152298298bd9 (diff)
downloadtangerine-wallet-browser-53537824f179038d227c9a340302d039ab151ede.tar.gz
tangerine-wallet-browser-53537824f179038d227c9a340302d039ab151ede.tar.zst
tangerine-wallet-browser-53537824f179038d227c9a340302d039ab151ede.zip
break out IndexDbController && Run the first time test on mascara
Diffstat (limited to 'mascara/test/index.html')
-rw-r--r--mascara/test/index.html3
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>