UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

11 lines (8 loc) 190 B
var falafel = require('falafel'); var test = require('../'); test('throw', function (t) { t.plan(2); setTimeout(function () { throw new Error('doom'); }, 100); });