-
Notifications
You must be signed in to change notification settings - Fork 51
Description
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
"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.
See https://jasmine.github.io/tutorials/async
Thanks for your work providing and maintaining these libraries.
Best Regards,
Xavier Taylor