Welcome to mirror list, hosted at ThFree Co, Russian Federation.

common.js « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abbfef915cb57eea890f495e2985232acc19befd (plain)
1
2
3
4
5
6
7

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