Add initial version of dart-json parser

This commit is contained in:
Michal Dorner 2021-01-05 23:43:30 +01:00
parent cb5a347172
commit fef757f6df
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
4 changed files with 158 additions and 0 deletions

View file

@ -10,6 +10,7 @@ const outputPath = __dirname + '/__outputs__/jest-junit.md'
describe('jest-junit tests', () => {
it('matches report snapshot', async () => {
const opts: ParseOptions = {
name: 'unused',
annotations: true,
trackedFiles: ['__tests__/main.test.js', '__tests__/second.test.js', 'lib/main.js'],
workDir: 'C:/Users/Michal/Workspace/dorny/test-check/reports/jest/'