JPTeasdale

Results 1 comments of JPTeasdale

Is this issue the reason why this test fails? ``` it('Renders all columns', async () => { render( , ); // Fails, only three columns render expect(within(screen.getAllByRole('row')[0]).getAllByRole('columnheader')).toHaveLength(6); }); ``` In...