Closed
Description
In the second getByText
example of TextMatch, the closing parentesis should be at the end of the statement:
getByText(container, 'llo Worl', {exact: false})
instead of
getByText(container, 'llo Worl'), {exact: false}
In the second getByText
example of TextMatch, the closing parentesis should be at the end of the statement:
getByText(container, 'llo Worl', {exact: false})
instead of
getByText(container, 'llo Worl'), {exact: false}