fix: run browser tests on all integration tests (#1649)

* attempt to webpack all tests

* fix browser tests

* remove console.log
This commit is contained in:
Mayukha Vadari
2021-09-22 13:58:43 -04:00
parent c5f47cbffc
commit 57a6586898
2 changed files with 30 additions and 3 deletions

View File

@@ -17,6 +17,11 @@
mocha.ui('bdd')
</script>
<script src="../testCompiledForWeb/offerCancel.js"></script>
<script src="../testCompiledForWeb/offerCreate.js"></script>
<script src="../testCompiledForWeb/payment.js"></script>
<script src="../testCompiledForWeb/signerListSet.js"></script>
<script src="../testCompiledForWeb/utility.js"></script>
<script src="../testCompiledForWeb/integration.js"></script>
<script>