diff --git a/test/main.test.ts b/test/main.test.ts index fb660713..62c296c4 100644 --- a/test/main.test.ts +++ b/test/main.test.ts @@ -1,9 +1,5 @@ import { describe, expect, it, x } from "./suite.ts"; -import { - each, - run, - type Stream, -} from "../mod.ts"; +import { each, run, type Stream } from "../mod.ts"; function* until(stream: Stream, text: string) { for (const line of yield* each(stream)) {