chore(run.js): add issue testing

This commit is contained in:
Estevão Soares dos Santos 2015-04-27 17:50:48 +01:00
parent 1efa88d90a
commit f8c4c983ea

View File

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