mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user