UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

10 lines (8 loc) 162 B
var test = require('../../'); test('double end', function (t) { t.equal(1 + 1, 2); t.end(); setTimeout(function () { t.end(); }, 5); });