UNPKG

488 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var chai_1 = require("chai");
4var util = require(".");
5describe('util', function () {
6 it('has server libs', function () {
7 chai_1.expect(util.express).not.to.equal(undefined);
8 chai_1.expect(util.fs).not.to.equal(undefined);
9 chai_1.expect(util.fsPath).not.to.equal(undefined);
10 chai_1.expect(util.yaml).not.to.equal(undefined);
11 });
12});
13//# sourceMappingURL=index.test.js.map
\No newline at end of file