From f8c4c983ea81ad102374ae2eb7514f9930a4c816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Mon, 27 Apr 2015 17:50:48 +0100 Subject: [PATCH] chore(run.js): add issue testing --- test/run.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run.js b/test/run.js index e6f59c0..66d87d9 100644 --- a/test/run.js +++ b/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); });