import { resolvesNext } from "https://deno.land/std@0.209.0/testing/mock.ts";
Creates a function that resolves the awaited iterable values. Any awaited iterable values that are errors will be thrown.
import { resolvesNext } from "https://deno.land/std@0.209.0/testing/mock.ts";
Creates a function that resolves the awaited iterable values. Any awaited iterable values that are errors will be thrown.