UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

6 lines (5 loc) 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toMatchSnapshot = void 0; var toMatchSnapshot_1 = require("./toMatchSnapshot"); Object.defineProperty(exports, "toMatchSnapshot", { enumerable: true, get: function () { return toMatchSnapshot_1.toMatchSnapshot; } });