summaryrefslogtreecommitdiff
path: root/deps/npm/test/common.js
blob: 2755056b1b491c130a29566ce7be19f267648415 (plain)
1
2
3
4
5
6
7

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