mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 13:03:50 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -80,7 +80,7 @@ describe('remoteServersReducer', () => {
|
||||
},
|
||||
},
|
||||
],
|
||||
[ '<html></html>', {}],
|
||||
['<html></html>', {}],
|
||||
[{}, {}],
|
||||
])('tries to fetch servers from remote', async (mockedValue, expectedNewServers) => {
|
||||
get.mockResolvedValue(mockedValue);
|
||||
|
||||
Reference in New Issue
Block a user