diff --git a/test/index.spec.js b/test/index.spec.js index d52d7417..abfa71e3 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -167,13 +167,13 @@ describe('unexpected-dom', () => { it('should diff multiple mismatching attributes', () => { expect( [ - '
', - '' + '', + '' ], 'to produce a diff of', - '' + '' ); }); @@ -387,29 +387,29 @@ describe('unexpected-dom', () => { describe('with a single class passed as a string', () => { it('should succeed', () => { body.innerHTML = - ''; + ''; expect(body.firstChild, 'to have class', 'bar'); }); it('should fail with a diff', () => { body.innerHTML = - ''; + ''; expect( () => { expect(body.firstChild, 'to have class', 'quux'); }, 'to throw', 'expected\n' + - '