Pārlūkot izejas kodu

chore(run.js): add issue testing

Estevão Soares dos Santos 10 gadi atpakaļ
vecāks
revīzija
f8c4c983ea
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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);
 });