Simplified the NODE tests

This commit is contained in:
Jeff Parsons 2015-09-16 15:32:49 -07:00
commit 646acf3a8d
53 changed files with 106 additions and 89 deletions

View file

@ -316,4 +316,4 @@ usr.indexOf = function(a, t, i)
return -1;
};
if (typeof module !== 'undefined') module.exports = usr;
if (NODE) module.exports = usr;