@thoughtspot/visual-embed-sdk
Version:
ThoughtSpot Embed SDK
13 lines • 522 B
JavaScript
;
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.entries(Exports).forEach(([, exportValue]) => { expect(Boolean(exportValue)).toBe(true); });
});
});
//# sourceMappingURL=all-types-export.spec.js.map