rewrote the testHelper

This commit is contained in:
Peter 'Pita' Martischka 2012-10-06 21:29:37 +02:00
parent ae25c085e0
commit 3d96fe3d86
3 changed files with 113 additions and 71 deletions

View file

@ -3,9 +3,10 @@ $(function(){
document.domain = document.domain;
//initalize the test helper
testHelper.init();
helper.init();
//configure and start the test framework
mocha.timeout(5000);
mocha.ignoreLeaks();
mocha.run();
});