소스 검색

style(tests): remove unecessary comment in testMakeHtml

Estevão Soares dos Santos 10 년 전
부모
커밋
51167c810d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);
     });
   });