import { returnsNext } from "https://deno.land/x/netzo@0.3.91/deps/std/testing/mock.ts";
Creates a function that returns the iterable values. Any iterable values that are errors will be thrown.
Parameters
values: Iterable<Return | Error>
x/netzo/deps/std/testing/mock.ts>returnsNext
import { returnsNext } from "https://deno.land/x/netzo@0.3.91/deps/std/testing/mock.ts";
Creates a function that returns the iterable values. Any iterable values that are errors will be thrown.