This commit is contained in:
2016-04-03 15:34:54 +05:30
parent 1b91b92d2f
commit e01d0c5dac
2 changed files with 2 additions and 184 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
var context = global;
if( context.describe ){
return;
return; // Don't do anything if mocha any other bdd-runner is already loaded
}
var SimpleMocha = require( './simple-mocha' );
var sm = new SimpleMocha();