Skip to content

Commit

Permalink
test names
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jun 26, 2023
1 parent 56631c1 commit b3b0b54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('SearchBar', () => {
expect(mockReportEvent).toHaveBeenCalledTimes(2);
});

it('tracks errors', async () => {
it('errors', async () => {
searchService.find.mockReturnValueOnce(throwError(() => new Error('service unavailable :(')));

render(
Expand Down Expand Up @@ -282,7 +282,7 @@ describe('SearchBar', () => {
expect(mockReportUiCounter).toHaveBeenCalledTimes(2);
});

it('supports show/hide', async () => {
it('show/hide', async () => {
render(
<IntlProvider locale="en">
<SearchBar
Expand Down

0 comments on commit b3b0b54

Please sign in to comment.