import { returnsNext } from "https://deno.land/std@0.209.0/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>
import { returnsNext } from "https://deno.land/std@0.209.0/testing/mock.ts";
Creates a function that returns the iterable values. Any iterable values that are errors will be thrown.