UNPKG

152 BPlain TextView Raw
1import * as src from '../src';
2
3it('should not export anything', () => {
4 expect(Object.values(src).every(type => type === undefined)).toBe(true);
5});