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

Set the return value of this spy stub.

Parameters

returnValue: ReturnValue
  • The value to return when this spy stub is called.

Returns

this

this To allow method chaining.