Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rhum/src/spy/spy_builder.ts

A test double library
Go to Latest
import * as rhum from "https://deno.land/x/rhum@v2.1.0-rc.1/src/spy/spy_builder.ts";

Classes

Builder to help build a spy object. This does all of the heavy-lifting to create a spy object. Its create() method returns an instance of Spy, which is basically an original object with stubbed data members.