UNPKG

functionfoundry

Version:
9 lines (7 loc) 163 B
import test from 'tape' import error from '../src/error' import upper from '../src/upper' test('upper', (t) => { t.plan(1) t.equal( upper( 'foo' ), 'FOO') })