allow etherpadHooks from ep_performance_hooks plugin to be global

allow-global-etherpadHooks
webzwo0i 2021-02-26 14:44:01 +01:00
parent a77994ab6e
commit 569f0fd69e
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>