@jsenv/snapshot
Version:
Snapshot testing
7 lines (5 loc) • 335 B
JavaScript
import { assert } from "@jsenv/assert";
export class FileContentNotFoundAssertionError extends assert.AssertionError {}
export class FileMissingAssertionError extends assert.AssertionError {}
export class ExtraFileAssertionError extends assert.AssertionError {}
export class FileContentAssertionError extends assert.AssertionError {}