@0xcert/conventions
Version:
Module with implementation of all confirmed conventions.
14 lines • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const spec_1 = require("@hayspec/spec");
const conventions = require("..");
const spec = new spec_1.Spec();
spec.test('exposes objects', (ctx) => {
ctx.true(!!conventions.schema86);
ctx.true(!!conventions.schema87);
ctx.true(!!conventions.schema88);
ctx.true(!!conventions.schemaErc721);
ctx.true(!!conventions.xcertSchema);
});
exports.default = spec;
//# sourceMappingURL=index.test.js.map