UNPKG

@thoughtspot/visual-embed-sdk

Version:
10 lines 382 B
import * as Exports from './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