Skip to content

Commit

Permalink
tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 24, 2023
1 parent 663a4db commit c3189d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ describe('useFetchAlerts', () => {
});

it('handles search error', () => {
// @ts-expect-error
const obs$ = throwError('simulated search response error, which could be 1) undefined response, 2) response without rawResponse, or 3) partial response');
dataSearchMock.mockReturnValue(obs$);
const { result } = renderHook(() => useFetchAlerts(args));
Expand Down

0 comments on commit c3189d0

Please sign in to comment.