Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method SpyStubBuilder.prototype.method
import { SpyStubBuilder } from "https://deno.land/x/rhum@v2.1.0-rc.1/src/spy/spy_stub_builder.ts";

Set the name of the method this spy stub is stubbing.

Parameters

method: MethodOf<OriginalObject>
  • The name of the method. This must be a method of the original object.

Returns

this

this To allow method chaining.