Skip to content

Improved Async Support

Compare
Choose a tag to compare
@searls searls released this 20 Nov 22:19
· 67 commits to master since this release
  • jasmine-given's async support (for runners like karma and minijasminenode) has been improved to also allow done() calls for When, Invariant, and And statements. It accomplishes this by aggregating its own callbacks separately from whatever done callback is provided by the Jasmine runner that supports it. See 8ced259 for info.