jasmine-async-suite
Adds async function to jasmine suite function that expect promises for asynchronous tests.
To install:
var jasmineAsync = ;jasmineAsync;
Uninstalling:
;
For example the following async test:
{ return { ; }; } ;
Becomes:
it;
It works and looks even better with the proposed ES7 async/await syntax
it;
(c) Copyright 2016 Ryan Dy. All Rights Reserved.