mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
7 lines
No EOL
117 B
JavaScript
7 lines
No EOL
117 B
JavaScript
(function(){
|
|
//allow iframe access
|
|
document.domain = document.domain;
|
|
|
|
//start test framework
|
|
mocha.run();
|
|
})() |