UNPKG

mongojs

Version:

Easy to use module that implements the mongo api

13 lines (9 loc) 190 B
var test = require('tape') var wait = global.setImmediate || process.nextTick wait(function () { test('end', function (t) { t.end() process.exit() }) }) module.exports = test