vandium-io/lambda-tester

How to run the handler without expecting anything?

davidboom95 opened this issue · 0 comments

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?

await LambdaTester(handle).event(event).run()