mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
allow etherpadHooks from ep_performance_hooks plugin to be global
This commit is contained in:
parent
a77994ab6e
commit
569f0fd69e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue