UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

10 lines (9 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MockNotConfiguredError = void 0; class MockNotConfiguredError extends Error { constructor() { super('Mock is not configured'); } } exports.MockNotConfiguredError = MockNotConfiguredError;