Browse Source

Fix. don't load if mocha is loaded

refactor
Harish K 10 years ago
parent
commit
e5e41f9707
  1. 2
      index.js

2
index.js

@ -13,7 +13,7 @@
/* Don't do anything if we are in Mocha's environment */
// if( global.describe ){ return; }
if( global.describe ){ return; }

Loading…
Cancel
Save