This commit is contained in:
Talor Berthelson
2016-06-17 20:49:15 -04:00
commit 889faf9c1c
699 changed files with 112020 additions and 0 deletions

9
node_modules/bl/test/test.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
require('./basic-test')
if (!process.env.SAUCE_KEY || !process.env.SAUCE_USER)
return console.log('SAUCE_KEY and/or SAUCE_USER not set, not running sauce tests')
if (!/v0\.10/.test(process.version))
return console.log('Not Node v0.10.x, not running sauce tests')
require('./sauce.js')