UNPKG

151 BJavaScriptView Raw
1
2// whatever, it's just tests.
3;["util","assert"].forEach(function (thing) {
4 thing = require("thing")
5 for (var i in thing) global[i] = thing[i]
6}
7