jest-junit
jest-junit copied to clipboard
includeConsoleOutput string vs boolean
Documentation states that includeConsoleOutput is boolean, however the code expects it to be a string ("false"/"true").
One of these should be changed.
(Also includeShortConsoleOutput)