UNPKG

@thoughtspot/visual-embed-sdk

Version:
13 lines 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const Exports = tslib_1.__importStar(require("./all-types-export")); describe('Exports', () => { it('should have exports', () => { expect(typeof Exports).toBe('object'); }); it('should not have undefined exports', () => { Object.keys(Exports).forEach((exportKey) => expect(Boolean(Exports[exportKey])).toBe(true)); }); }); //# sourceMappingURL=all-types-export.spec.js.map