UNPKG

tape

Version:

tap-producing test harness for node and browsers

12 lines (8 loc) 152 B
'use strict'; var test = require('../'); test('throw', function (t) { t.plan(2); setTimeout(function () { throw new Error('doom'); }, 100); });