mockzilla
Version:
A mocking toolkit leveraging the power of TypeScript to enhance your jest experience.
7 lines (6 loc) • 306 B
TypeScript
import { ValidationError } from "jest-validate";
export declare function getCleanStack(): string;
export declare function colorizeStack(stack: string, noStackTrace?: boolean): string;
export declare class MockzillaError extends ValidationError {
constructor(message: string, excludeStack?: boolean);
}