mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-18 21:43:49 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -60,7 +60,7 @@ describe('<EditShortUrl />', () => {
|
||||
});
|
||||
|
||||
it.each([
|
||||
[ undefined, { longUrl: '', validateUrl: true }, true ],
|
||||
[undefined, { longUrl: '', validateUrl: true }, true],
|
||||
[
|
||||
Mock.of<ShortUrl>({ meta: {} }),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user