refactor: separate out webpacking for tests (#1678)

This commit is contained in:
Nathan Nichols
2021-09-28 16:39:33 -07:00
committed by Mayukha Vadari
parent e65d686cc7
commit 5b9e3dbdc4
4 changed files with 82 additions and 78 deletions

View File

@@ -17,7 +17,7 @@
mocha.ui('bdd')
</script>
<script src="../testCompiledForWeb/index.js"></script>
<script src="./testCompiledForWeb/index.js"></script>
<script>
mocha.run()