You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im trying to run the Lambda tester withour calling .expectResolve or .expectReject
I just need the event mockers, and I will make my own testing of the function. There is any way of replicating this?
awaitLambdaTester(handle).event(event).run()
The text was updated successfully, but these errors were encountered:
Hi, im trying to run the Lambda tester withour calling
.expectResolve
or.expectReject
I just need the event mockers, and I will make my own testing of the function. There is any way of replicating this?
The text was updated successfully, but these errors were encountered: