mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-21 23:53:27 +00:00
npm test and grunt browsertest can run side by side now; npm tests pass, browser stuck on problem related to asn1.js
This commit is contained in:
committed by
Sanjana Rajan
parent
21ae66c604
commit
dcff16d32b
@@ -10,11 +10,11 @@
|
||||
<div id="mocha"></div>
|
||||
|
||||
<!-- libs -->
|
||||
<script src="../dist/openpgp.js"></script>
|
||||
<script src="../dist/openpgp_browser.js"></script>
|
||||
<script src="lib/chai.js"></script>
|
||||
<script src="lib/mocha.js"></script>
|
||||
<script src="lib/fetch.js"></script>
|
||||
<script>
|
||||
] <script>
|
||||
mocha.setup('bdd');
|
||||
mocha.timeout(240000);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user