mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
tests: allow ret_nodes to be global for mocha
This commit is contained in:
parent
df8d05ae9a
commit
d6abab6c74
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,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, globals: 'ret_nodes', timeout: 60000}) </script>
|
||||
<script src="lib/expect.js"></script>
|
||||
|
||||
<script src="helper.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue