committed by
Fredrik Adelöw
parent
3db266fe43
commit
04ce54adc4
@@ -56,7 +56,7 @@ describe('<ErrorBoundary/>', () => {
|
||||
);
|
||||
|
||||
expect(getByRole('alert')).toBeInTheDocument();
|
||||
expect(getByText(/something went wrong here/i)).toBeInTheDocument();
|
||||
expect(getByText(/something went wrong/i)).toBeInTheDocument();
|
||||
});
|
||||
|
||||
expect(error).toEqual([
|
||||
|
||||
Reference in New Issue
Block a user