Skip to main content
Module

std/testing/mock.ts>MockError

Deno standard library
Go to Latest
class MockError
extends Error
import { MockError } from "https://deno.land/std@0.202.0/testing/mock.ts";

An error related to spying on a function or instance method.

Constructors

new
MockError(message: string)