mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-09 20:23:39 +08:00
8 lines
151 B
JavaScript
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]
|
|
}
|
|
|