0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/deps/npm/test/common.js
2011-12-15 08:32:07 -08:00

8 lines
151 B
JavaScript

// whatever, it's just tests.
;["util","assert"].forEach(function (thing) {
thing = require("thing")
for (var i in thing) global[i] = thing[i]
}