etherpad-lite/tests/frontend/runner.js
2012-10-03 17:37:48 +01:00

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