import * as all from '../main.mjs'; describe('main', () => { it('default', () => { expect(all.default).toBeDefined(); }); });