Update tests make export a bit nicer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import test from "ava";
|
||||
import { collected } from "../../src/utils";
|
||||
import mhysa from "../../src";
|
||||
const { fromArray, collect } = mhysa({ objectMode: true });
|
||||
import { strom } from "../../src";
|
||||
const { fromArray, collect } = strom({ objectMode: true });
|
||||
|
||||
test("collected returns a promise for the first data point", async t => {
|
||||
const data = collected(fromArray([1, 2, 3, 4]).pipe(collect()));
|
||||
|
||||
Reference in New Issue
Block a user