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

Create this spy stub for a function expression.

Returns

this behind the ISpyStubFunctionExpression interface so that only ISpyStubFunctionExpression data members can be seen/called.