mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 10:44:41 -04:00
rewrote the testHelper
This commit is contained in:
parent
ae25c085e0
commit
3d96fe3d86
3 changed files with 113 additions and 71 deletions
|
@ -3,9 +3,10 @@ $(function(){
|
|||
document.domain = document.domain;
|
||||
|
||||
//initalize the test helper
|
||||
testHelper.init();
|
||||
helper.init();
|
||||
|
||||
//configure and start the test framework
|
||||
mocha.timeout(5000);
|
||||
mocha.ignoreLeaks();
|
||||
mocha.run();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue