Skip to content

Commit

Permalink
Upgrade to unexpected 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed May 11, 2015
1 parent 1aa49fa commit ab0b42e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mocha-lcov-reporter": "0.0.2",
"sinon": "1.14.1",
"uglifyjs": "^2.4.10",
"unexpected": "7.0.5",
"unexpected": "7.1.0",
"unexpected-sinon": "5.1.2"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions test/unexpected-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ describe('unexpected-dom', function () {
'<div foo="bar">\n' +
' hey // expected NodeList[ hey ] to satisfy [ \'there\' ]\n' +
' //\n' +
' // [\n' +
' // DOMNodeList[\n' +
' // hey // should equal \'there\'\n' +
' // // -hey\n' +
' // // +there\n' +
Expand Down Expand Up @@ -848,7 +848,7 @@ describe('unexpected-dom', function () {
expect(document, 'to contain no elements matching', '.foo');
}, 'to throw', 'expected <!DOCTYPE html><html><head></head><body>...</body></html> to contain no elements matching \'.foo\'\n' +
'\n' +
'[\n' +
'DOMNodeList[\n' +
' <div class="foo"></div> // should be removed\n' +
']'
);
Expand All @@ -861,7 +861,7 @@ describe('unexpected-dom', function () {
expect(document, 'to contain no elements matching', '.foo');
}, 'to throw', 'expected <!DOCTYPE html><html><head></head><body>......</body></html> to contain no elements matching \'.foo\'\n' +
'\n' +
'[\n' +
'DOMNodeList[\n' +
' <div class="foo"></div>, // should be removed\n' +
' <div class="foo"></div> // should be removed\n' +
']'
Expand Down

0 comments on commit ab0b42e

Please sign in to comment.