We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I was wondering how to test the NEXT text here:
NEXT
test('LayoutFooter text content', () => { const props = { handleOnClick: () => {}, }; const { container } = render(<LayoutFooter {...props} />); const fc = container.firstChild; expect(fc.textContent).toBe('NEXT'); });