UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

12 lines 534 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eq = void 0; const jasmineUtils_1 = require("expect/build/jasmineUtils"); const utils_1 = require("expect/build/utils"); const Utils_1 = require("./Utils"); exports.eq = { exact: (a, b) => (0, jasmineUtils_1.equals)(a, b, []), subset: (a, b) => (0, jasmineUtils_1.equals)(a, b, [utils_1.iterableEquality, utils_1.subsetEquality]), string: (a, b) => (0, Utils_1.asString)(a) === (0, Utils_1.asString)(b), }; //# sourceMappingURL=Eq.js.map