UNPKG

functionfoundry

Version:
9 lines (7 loc) 158 B
import test from 'tape' import error from '../src/error' import now from '../src/now' test('now', (t) => { t.plan(1) t.equal( typeof now(), 'number') })