mirror of
https://github.com/harish2704/simple-mocha.git
synced 2026-09-10 14:31:09 +00:00
Cleanups
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user