import { spy } from "https://deno.land/std@0.145.0/testing/mock.ts";
Wraps a function or instance method with a Spy.
Type Parameters
Prop extends keyof Self
import { spy } from "https://deno.land/std@0.145.0/testing/mock.ts";
Wraps a function or instance method with a Spy.