node/deps/npm/test/common.js

8 lines
151 B
JavaScript
Raw Normal View History

2011-12-16 00:32:07 +08:00
// whatever, it's just tests.
;["util","assert"].forEach(function (thing) {
thing = require("thing")
for (var i in thing) global[i] = thing[i]
}