File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
"mocha-lcov-reporter" : " 0.0.2" ,
42
42
"sinon" : " 1.14.1" ,
43
43
"uglifyjs" : " ^2.4.10" ,
44
- "unexpected" : " 7.0.5 " ,
44
+ "unexpected" : " 7.1.0 " ,
45
45
"unexpected-sinon" : " 5.1.2"
46
46
},
47
47
"dependencies" : {
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ describe('unexpected-dom', function () {
744
744
'<div foo="bar">\n' +
745
745
' hey // expected NodeList[ hey ] to satisfy [ \'there\' ]\n' +
746
746
' //\n' +
747
- ' // [\n' +
747
+ ' // DOMNodeList [\n' +
748
748
' // hey // should equal \'there\'\n' +
749
749
' // // -hey\n' +
750
750
' // // +there\n' +
@@ -848,7 +848,7 @@ describe('unexpected-dom', function () {
848
848
expect ( document , 'to contain no elements matching' , '.foo' ) ;
849
849
} , 'to throw' , 'expected <!DOCTYPE html><html><head></head><body>...</body></html> to contain no elements matching \'.foo\'\n' +
850
850
'\n' +
851
- '[\n' +
851
+ 'DOMNodeList [\n' +
852
852
' <div class="foo"></div> // should be removed\n' +
853
853
']'
854
854
) ;
@@ -861,7 +861,7 @@ describe('unexpected-dom', function () {
861
861
expect ( document , 'to contain no elements matching' , '.foo' ) ;
862
862
} , 'to throw' , 'expected <!DOCTYPE html><html><head></head><body>......</body></html> to contain no elements matching \'.foo\'\n' +
863
863
'\n' +
864
- '[\n' +
864
+ 'DOMNodeList [\n' +
865
865
' <div class="foo"></div>, // should be removed\n' +
866
866
' <div class="foo"></div> // should be removed\n' +
867
867
']'
You can’t perform that action at this time.
0 commit comments