mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-23 15:06:17 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -38,7 +38,7 @@ describe('<ServerError />', () => {
|
||||
const wrapperText = wrapper.html();
|
||||
const textPairs = Object.entries(textsToFind);
|
||||
|
||||
textPairs.forEach(([ text, shouldBeFound ]) => {
|
||||
textPairs.forEach(([text, shouldBeFound]) => {
|
||||
if (shouldBeFound) {
|
||||
expect(wrapperText).toContain(text);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user