jest-rdf
Version:
Jest utilities for RDF(JS)
11 lines • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const matchers_1 = require("./lib/matchers");
const jestExpect = global.expect;
if (jestExpect) {
jestExpect.extend(matchers_1.default);
}
else {
throw new Error('Jest was not installed.');
}
//# sourceMappingURL=index.js.map