Skip to content

Commit

Permalink
add error to test
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcvbnmmohd committed Jul 10, 2024
1 parent 418648b commit 9489471
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export default class ForgotPasswordCustomMessage

event.response = response

if (response) {
throw new Error("Hello World")
}

return event
}

Expand Down

0 comments on commit 9489471

Please sign in to comment.