UNPKG

basictap

Version:
10 lines (7 loc) 131 B
import test from '../lib/index.js'; setTimeout(() => { test('sum', t => { t.plan(1); t.equal(1 + 1, 2); }); }, 250);