const { matchesExportSnapshot } = global as any describe('test exports', () => { /** * Make sure any changes to root exports fail test */ it('root exports snapshot', () => { matchesExportSnapshot('pv-grid') }) })