Home Manual Reference Source Test Repository

spec-js/util/root-spec.js

"use strict";
var chai_1 = require('chai');
var root_1 = require('../../dist/package/util/root');
/** @test {root} */
describe('root', function () {
    it('should exist', function () {
        chai_1.expect(typeof root_1.root).to.equal('object');
    });
});
//# sourceMappingURL=root-spec.js.map