mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 21:16:18 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -37,9 +37,9 @@ describe('<DropdownBtnMenu />', () => {
|
||||
});
|
||||
|
||||
it.each([
|
||||
[ undefined, true ],
|
||||
[ true, true ],
|
||||
[ false, false ],
|
||||
[undefined, true],
|
||||
[true, true],
|
||||
[false, false],
|
||||
])('renders menu to right when expected', (right, expectedRight) => {
|
||||
const wrapper = createWrapper({ right });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user