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.
Showing
... | ... | @@ -51,7 +51,7 @@ |
"http-server": "^0.9.0", | ||
"tslint": "^3.15.1", | ||
"lodash": "^4.16.4", | ||
"jasmine-core": "~2.5.2", | ||
"jasmine-core": "~2.4.1", | ||
"karma": "^1.3.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-cli": "^1.0.1", | ||
... | ... |
Please register or sign in to comment