Fix react-hooks/exhaustive-deps in ImportServersBtn

This commit is contained in:
Alejandro Celaya
2023-09-02 19:43:41 +02:00
parent fbc47846e3
commit a11a2c84fe
4 changed files with 40 additions and 45 deletions

View File

@@ -39,7 +39,7 @@ describe('<DuplicatedServersModal />', () => {
header: 'Duplicated servers',
firstParagraph: 'The next servers already exist:',
lastParagraph: 'Do you want to ignore duplicated servers?',
discardBtn: 'Ignore duplicated',
discardBtn: 'Ignore duplicates',
},
],
])('renders expected texts based on amount of servers', (duplicatedServers, assertions) => {