diff --git a/test/domains/DomainRow.test.tsx b/test/domains/DomainRow.test.tsx index 15c176b7..0c506a88 100644 --- a/test/domains/DomainRow.test.tsx +++ b/test/domains/DomainRow.test.tsx @@ -17,13 +17,17 @@ describe('', () => { ], ]; const setUp = (domain: Domain, defaultRedirects?: ShlinkDomainRedirects) => render( - ()} - editDomainRedirects={jest.fn()} - checkDomainHealth={jest.fn()} - />, + + + ()} + editDomainRedirects={jest.fn()} + checkDomainHealth={jest.fn()} + /> + +
, ); it.each(redirectsCombinations)('shows expected redirects', (redirects) => {