Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method MockBuilder.prototype.create
import { MockBuilder } from "https://deno.land/x/rhum@v2.2.0/src/mock/mock_builder.ts";

Create the mock object.

Returns

ClassToMock & IMock<ClassToMock>

The original object with mocking capabilities.