Compare commits

...

1 Commits

Author SHA1 Message Date
webzwo0i 569f0fd69e allow etherpadHooks from ep_performance_hooks plugin to be global 2021-02-26 14:46:03 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<script src="lib/underscore.js"></script>
<script src="lib/mocha.js"></script>
<script> mocha.setup({ui: 'bdd', checkLeaks: true, timeout: 60000}) </script>
<script> mocha.setup({ui: 'bdd', checkLeaks: true, timeout: 60000, global: ['etherpadHooks']}) </script>
<script src="lib/expect.js"></script>
<script src="helper.js"></script>