import { expose } from './index'; describe('Libary setup', () => { it('should export `expose`', () => { expect(expose).toBeDefined(); }); });