Fix. don't load if mocha is loaded

This commit is contained in:
2015-10-10 23:34:23 +05:30
parent c631c1b7ea
commit e5e41f9707
+1 -1
View File
@@ -13,7 +13,7 @@
/* Don't do anything if we are in Mocha's environment */
// if( global.describe ){ return; }
if( global.describe ){ return; }