2012-10-02 00:35:43 +01:00

7 lines
117 B
JavaScript

(function(){
//allow iframe access
document.domain = document.domain;
//start test framework
mocha.run();
})()