EdgeAIG's picture
download
raw
398 Bytes
#!/usr/bin/env node
process.env.NODE_ENV = 'test'
var path = require('path')
var test = null
try {
var pkg = require(path.join(process.cwd(), 'package.json'))
if (pkg.name && process.env[pkg.name.toUpperCase().replace(/-/g, '_')]) {
process.exit(0)
}
test = pkg.prebuild.test
} catch (err) {
// do nothing
}
if (test) require(path.join(process.cwd(), test))
else require('./')()

Xet Storage Details

Size:
398 Bytes
·
Xet hash:
31e1ef2981d80925563617c4c26f234b7e72f55428df3e43160b880dda002316

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.