Files
npm/test/common.js
isaacs 4521087f19 Basic test harness.
Bout damn time.  Lazy lazy!
2010-07-02 23:31:41 -07:00

8 lines
150 B
JavaScript

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