jest-extended-snapshot
Version:
Additional Jest matchers for snapshot testing
17 lines • 653 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const toVerifyAllCombinations_1 = require("./toVerifyAllCombinations");
const jestExpect = global.expect;
if (jestExpect !== undefined) {
jestExpect.extend(toVerifyAllCombinations_1.default);
}
else {
console.error([
"Unable to find Jest's global expect.",
"Please check you have added jest-extended-snapshot correctly to your jest configuration.",
"See https://github.com/nicoespeon/jest-extended-snapshot#setup for help.",
].join("\n"));
}
var range_1 = require("./range");
exports.range = range_1.range;
//# sourceMappingURL=index.js.map