소스 검색

chore(run.js): add issue testing

Estevão Soares dos Santos 10 년 전
부모
커밋
f8c4c983ea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/run.js

+ 1 - 0
test/run.js

@@ -54,6 +54,7 @@ var runTestsInDir = function(dir, converter) {
 describe('Markdown', function() {
     var converter = new showdown.converter();
     runTestsInDir('test/cases', converter);
+    runTestsInDir('test/issues', converter);
 });