Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
test(comparisons): close the body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewman committed May 2, 2016
1 parent 7bac01d commit 7369ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/write-comparor.js
Expand Up @@ -57,7 +57,7 @@ function docWriteResults(...def) {
dfd.resolve(removeHiddenElements(doc.body).innerHTML);
}
}, 1);

doc.write('</body>');
doc.close();
return dfd.promise();
}
Expand Down

0 comments on commit 7369ffe

Please sign in to comment.