mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 02:23:49 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -42,9 +42,9 @@ describe('<ShortUrlVisitsHeader />', () => {
|
||||
});
|
||||
|
||||
it.each([
|
||||
[ null, longUrl ],
|
||||
[ undefined, longUrl ],
|
||||
[ 'My cool title', 'My cool title' ],
|
||||
[null, longUrl],
|
||||
[undefined, longUrl],
|
||||
['My cool title', 'My cool title'],
|
||||
])('shows the long URL and title', (title, expectedContent) => {
|
||||
const wrapper = createWrapper(title);
|
||||
const longUrlLink = wrapper.find(ExternalLink).last();
|
||||
|
||||
Reference in New Issue
Block a user