Explorar o código

chore(run.js): add issue testing

Estevão Soares dos Santos %!s(int64=10) %!d(string=hai) anos
pai
achega
f8c4c983ea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
 });