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

Commit e6e668c

Browse files
committed
chore(jasmine): update jasminewd2 to 0.0.4
This improves the control flow schedule messages for debugging and fixes an issue with the `this` variable inside tests. See angular/jasminewd#22
1 parent 106d58b commit e6e668c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"selenium-webdriver": "2.45.1",
1717
"minijasminenode": "1.1.1",
1818
"jasminewd": "1.1.0",
19-
"jasminewd2": "0.0.3",
19+
"jasminewd2": "0.0.4",
2020
"jasmine": "2.1.1",
2121
"saucelabs": "~0.1.0",
2222
"glob": "~3.2",

spec/basic/locators_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('locators', function() {
1111
});
1212

1313
it('should allow custom expectations to expect an element', function() {
14-
this.addMatchers({
14+
jasmine.addMatchers({
1515
toHaveText: function() {
1616
return {
1717
compare: function(actual, expected) {

0 commit comments

Comments
 (0)