[ALOY-1230] Update to jasmine 2.x
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Testing |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Tim Poulsen |
Created | 2015-01-19T18:43:40.000+0000 |
Updated | 2015-10-29T22:52:20.000+0000 |
Description
Update the jake test libs to use Jasmine 2.x (latest stable). As necessary, update existing tests to support changes.
We're using Jasmine 1.2. As of this writing, the current version is 2.1.3. The 2.x branch offers improved matchers, refactored code for better performance, plus new features such as
beforeAll()
.
No comments