import { main } from '../src'; describe('main', () => { it('should not throw', () => { expect(() => main()).not.toThrow(); }); });