UNPKG

645 BJavaScriptView Raw
1"use strict";
2var _this = this;
3Object.defineProperty(exports, "__esModule", { value: true });
4var tslib_1 = require("tslib");
5var chai_1 = require("chai");
6var _1 = require(".");
7describe('api', function () {
8 it('exports log', function () { return tslib_1.__awaiter(_this, void 0, void 0, function () {
9 return tslib_1.__generator(this, function (_a) {
10 chai_1.expect(_1.log.info).to.be.an.instanceof(Function);
11 return [2];
12 });
13 }); });
14 it('exports table helper', function () {
15 chai_1.expect(_1.log.table).to.be.an.instanceof(Function);
16 });
17});
18//# sourceMappingURL=index.test.js.map
\No newline at end of file