UNPKG

jest-date

Version:

Custom jest matchers to test dates

7 lines (6 loc) 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.matchers = void 0; const matchers = require("./matchers"); exports.matchers = matchers; expect.extend(matchers);