Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 971 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 971 Bytes

1.0.3

Bug Fixes

  • (00821b3) fix(timeout): better messaging if the control flow does not have a listed last task

1.0.2

Bug Fixes

  • (30b6811) fix(timeout): output more information about the current task when a timeout occurs

1.0.1

Bug Fixes

  • (c507b37) fix(index): stop infinite promise resolution

1.0.0

Support for Jasmine 1.3.1. Tested against minijasminenode @ 0.4.0.

Features

  • Automatically makes tests asynchronously wait until the WebDriverJS control flow is empty.

  • If a done function is passed to the test, waits for both the control flow and until done is called.

  • Enhances expect so that it automatically unwraps promises before performing the assertion.