UNPKG

holepunch-hop

Version:
9 lines (8 loc) 265 B
import assert from 'assert' import HolepunchData from '../src/index.js' // need helpers prepare input to HP via (mock) HOP describe('upload a large csv in chunks', function () { it('read in file', async function () { let dataAPI = new HolepunchData() }) })