Commit f6075a1f authored by Ward Bell's avatar Ward Bell Committed by GitHub

chore(testing): revert to jasmine v.2.4.1 (#272)

Bug in Jasmine v.2.5.x, reported in https://github.com/jasmine/jasmine/issues/1231

Stick with v.2.4.1 (as karma-jasmine does) until the issue is resolved
Unfortunately, there is no @types/jasmine for v.2.4 but only for v.2.5.
parent cd7b566f
......@@ -4,6 +4,10 @@ Upgraders: to be sure of a fresh start, consider running these commands
* `npm install`
* `npm run webdriver:update`
<a name="0.2.15"></a>
# 0.2.15 (2016-10-29)
* Revert to Jasmine 2.4.1 because bug in 2.5.x (see [jasmine issue #1231](https://github.com/jasmine/jasmine/issues/1231))
<a name="0.2.14"></a>
# 0.2.14 (2016-10-29)
* Remove bootstrap.css install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment