UNPKG

functionfoundry

Version:
8 lines (6 loc) 145 B
import test from 'tape'; import split from '../src/split'; test('split', function(t) { t.plan(1); t.equal(split("1,2,3", ",").length, 3) })