mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
tests: updating mocha and refactoring the custom html reporter using events
revert of revert of a revert. doing it like this as to avoid having three reverts...
This commit is contained in:
parent
c5584fb5b4
commit
7fa3cb35aa
3 changed files with 16077 additions and 2852 deletions
|
@ -14,7 +14,7 @@
|
|||
<script src="lib/underscore.js"></script>
|
||||
|
||||
<script src="lib/mocha.js"></script>
|
||||
<script> mocha.setup('bdd') </script>
|
||||
<script> mocha.setup({ui: 'bdd', ignoreLeaks: true}) </script>
|
||||
<script src="lib/expect.js"></script>
|
||||
|
||||
<script src="lib/sendkeys.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue