Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Dec 10, 2024
1 parent 7c5eacd commit bf4c4df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useErrorMessages.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ describe('useErrorMessages', () => {
it('should show an error message using the "message" property if it exists', () => {
const { result } = renderHook(() => useErrorMessages());

// Provide a message that doesn't match a known status
const errorMessage = 'Something went wrong';
result.current.showExternalModuleError('TestModule', { message: errorMessage });

Expand Down

0 comments on commit bf4c4df

Please sign in to comment.