mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Setted up an enviroment for frontend tests, first steps
This commit is contained in:
parent
3578e36616
commit
ba4ebbba3b
9 changed files with 6501 additions and 0 deletions
7
tests/frontend/runner.js
Normal file
7
tests/frontend/runner.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
(function(){
|
||||
//allow iframe access
|
||||
document.domain = document.domain;
|
||||
|
||||
//start test framework
|
||||
mocha.run();
|
||||
})()
|
Loading…
Add table
Add a link
Reference in a new issue