mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 03:23:49 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -73,8 +73,8 @@ describe('<ManageServersRowDropdown />', () => {
|
||||
});
|
||||
|
||||
it.each([
|
||||
[ true, 'Do not auto-connect' ],
|
||||
[ false, 'Auto-connect' ],
|
||||
[true, 'Do not auto-connect'],
|
||||
[false, 'Auto-connect'],
|
||||
])('shows different auto-connect toggle text depending on current server status', (autoConnect, expectedText) => {
|
||||
const wrapper = createWrapper(autoConnect);
|
||||
const item = wrapper.find(DropdownItem).at(2);
|
||||
|
||||
Reference in New Issue
Block a user