export function main() { it('should be true', () => { expect(true).toBe(true); }); }