mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-03 06:11:48 +00:00
Fixed coding styles
This commit is contained in:
@@ -30,7 +30,7 @@ describe('<ErrorHandler />', () => {
|
||||
|
||||
expect(wrapper.text()).toContain('Oops! This is awkward :S');
|
||||
expect(wrapper.text()).toContain(
|
||||
'It seems that something went wrong. Try refreshing the page or just click this button.'
|
||||
'It seems that something went wrong. Try refreshing the page or just click this button.',
|
||||
);
|
||||
expect(wrapper.find(Button)).toHaveLength(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user