etherpad-lite/tests/frontend/runner.js

11 lines
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();
});