Update all "detailed-results" tests to use resultVersion 3 (based on current output).

This commit is contained in:
David Anson 2021-06-14 22:47:24 -07:00
parent 02240fac98
commit 5f0f7653e0
22 changed files with 3152 additions and 1645 deletions

View file

@ -45,7 +45,7 @@ function createTestForFile(file) {
return markdownlintPromise({
"files": [ file ],
config,
"resultVersion": detailedResults ? 2 : 3
"resultVersion": 3
});
})
.then(