UNPKG

@platform/cell.schema

Version:

URI and database schemas for the `cell.os`.

12 lines (11 loc) 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var test_1 = require("../test"); var _1 = require("."); var Schema_1 = require("../Schema"); describe('RefSchema', function () { it('exposed from Schema (static)', function () { (0, test_1.expect)(Schema_1.Schema.Ref).to.equal(_1.RefSchema); (0, test_1.expect)(Schema_1.Schema.Ref.Links).to.equal(_1.RefLinks); }); });