1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 13:37:56 +01:00

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

@ -35,6 +35,7 @@ async function main(): Promise<void> {
const trackedFiles = annotations ? await listFiles() : []
const opts: ParseOptions = {
name,
annotations,
trackedFiles,
workDir