mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-10 21:45:43 +03:00
Updated to airbnb coding styles
This commit is contained in:
parent
4e9b19afd1
commit
a2df486280
239 changed files with 2210 additions and 3549 deletions
test/servers/helpers
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue