mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
11 lines
No EOL
217 B
JavaScript
11 lines
No EOL
217 B
JavaScript
$(function(){
|
|
//allow cross iframe access
|
|
document.domain = document.domain;
|
|
|
|
//initalize the test helper
|
|
testHelper.init();
|
|
|
|
//configure and start the test framework
|
|
mocha.ignoreLeaks();
|
|
mocha.run();
|
|
}); |