瀏覽代碼

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