UNPKG

functionfoundry

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