UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

16 lines (14 loc) 380 B
import { asString } from "./chunk-O475TEG2.mjs"; // src/utils/Eq.ts import { equals, iterableEquality, subsetEquality } from "@jest/expect-utils"; var eq = { exact: (a, b) => equals(a, b, []), subset: (a, b) => equals(a, b, [iterableEquality, subsetEquality]), string: (a, b) => asString(a) === asString(b) }; export { eq }; //# sourceMappingURL=chunk-QE3TR4BY.mjs.map