style(tests): remove unecessary comment in testMakeHtml

This commit is contained in:
Estevão Soares dos Santos 2015-05-27 01:39:29 +01:00
parent db6f79b08d
commit 51167c810d

View File

@ -41,8 +41,6 @@
html = converter.makeHtml(' ' + text);
it('should omit extra line after code tag', function () {
var expectedHtml = '<pre><code>' + text + '</code></pre>';
// Compare
html.should.equal(expectedHtml);
});
});