Fix export structure

This commit is contained in:
Sami Turcotte
2018-11-25 20:24:35 -05:00
parent 2d3c1eee82
commit 0df74cb48f
8 changed files with 46 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
import test from "ava";
import { expect } from "chai";
import { fromArray, collect, concat } from "./stream";
import { Readable } from "stream";
import { fromArray, collect, concat } from "./stream";
test.cb("fromArray() streams array elements in flowing mode", t => {
t.plan(3);