Explorar o código

style(tests): remove unecessary comment in testMakeHtml

Estevão Soares dos Santos %!s(int64=10) %!d(string=hai) anos
pai
achega
51167c810d
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      test/node/Container/testMakeHtml.js

+ 0 - 2
test/node/Container/testMakeHtml.js

@@ -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);
     });
   });