mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(run.js): add issue testing
This commit is contained in:
parent
1efa88d90a
commit
f8c4c983ea
|
@ -54,6 +54,7 @@ var runTestsInDir = function(dir, converter) {
|
||||||
describe('Markdown', function() {
|
describe('Markdown', function() {
|
||||||
var converter = new showdown.converter();
|
var converter = new showdown.converter();
|
||||||
runTestsInDir('test/cases', converter);
|
runTestsInDir('test/cases', converter);
|
||||||
|
runTestsInDir('test/issues', converter);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user