Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit f6075a1

Browse files
authored
chore(testing): revert to jasmine v.2.4.1 (#272)
Bug in Jasmine v.2.5.x, reported in jasmine/jasmine#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.
1 parent cd7b566 commit f6075a1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Upgraders: to be sure of a fresh start, consider running these commands
44
* `npm install`
55
* `npm run webdriver:update`
66

7+
<a name="0.2.15"></a>
8+
# 0.2.15 (2016-10-29)
9+
* Revert to Jasmine 2.4.1 because bug in 2.5.x (see [jasmine issue #1231](https://github.com/jasmine/jasmine/issues/1231))
10+
711
<a name="0.2.14"></a>
812
# 0.2.14 (2016-10-29)
913
* Remove bootstrap.css install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"http-server": "^0.9.0",
5252
"tslint": "^3.15.1",
5353
"lodash": "^4.16.4",
54-
"jasmine-core": "~2.5.2",
54+
"jasmine-core": "~2.4.1",
5555
"karma": "^1.3.0",
5656
"karma-chrome-launcher": "^2.0.0",
5757
"karma-cli": "^1.0.1",

0 commit comments

Comments
 (0)