Revert "tests: updating mocha and refactoring the custom html reporter using events"

This reverts commit df1629c7b9.
This commit is contained in:
John McLear 2020-06-06 18:57:52 +00:00
parent e0ae5010ad
commit 2ce798339d
3 changed files with 2795 additions and 16020 deletions

View file

@ -14,7 +14,7 @@
<script src="lib/underscore.js"></script>
<script src="lib/mocha.js"></script>
<script> mocha.setup({ui: 'bdd', ignoreLeaks: true}) </script>
<script> mocha.setup('bdd') </script>
<script src="lib/expect.js"></script>
<script src="lib/sendkeys.js"></script>