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
I am maintaining some old code at my company that happens to use Vandium and Jasmine, and I am adding some tests to the code as I go about working with it.
"Jasmine does not support Promises as return types, and thus requires an additional step when verifying Lambda handlers. Tests should be set to use asynchronous operation using the done callback and also requires verify() to be used with tests."
is out of date. I am no Jasmine expert (never used it before today), but it seems like Jasmine does now support Promises as return types, if I understood your meaning correctly.
Hi there,
I am maintaining some old code at my company that happens to use Vandium and Jasmine, and I am adding some tests to the code as I go about working with it.
I think the comment here:
https://github.com/vandium-io/lambda-tester/blob/master/docs/test-frameworks.md
is out of date. I am no Jasmine expert (never used it before today), but it seems like Jasmine does now support Promises as return types, if I understood your meaning correctly.
See https://jasmine.github.io/tutorials/async
Thanks for your work providing and maintaining these libraries.
Best Regards,
Xavier Taylor
The text was updated successfully, but these errors were encountered: