Setted up an enviroment for frontend tests, first steps

This commit is contained in:
Peter 'Pita' Martischka 2012-10-02 00:35:43 +01:00
parent 3578e36616
commit ba4ebbba3b
9 changed files with 6501 additions and 0 deletions

7
tests/frontend/runner.js Normal file
View file

@ -0,0 +1,7 @@
(function(){
//allow iframe access
document.domain = document.domain;
//start test framework
mocha.run();
})()