Skip to content

Commit

Permalink
UPDATE codecov test
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Oct 21, 2024
1 parent d83f554 commit 60fc106
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/Molecules/ApiError.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ describe('ApiError.vue', () => {

const errorMsg = wrapper.find('.api-error-msg');
expect(errorMsg.exists()).toBe(true);
expect(errorMsg.text()).toBe('Looks like the server is taking to long to respond,' +
'please try again later.');
expect(errorMsg.text()).toBe(
'Looks like the server is taking to long to respond,' +
'please try again later.'
);
});
});

0 comments on commit 60fc106

Please sign in to comment.