mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Add annotations support to dart-json parser
This commit is contained in:
parent
41e42925f3
commit
aed3b29c84
3 changed files with 135 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ describe('dart-json tests', () => {
|
|||
const opts: ParseOptions = {
|
||||
name: 'Dart tests',
|
||||
annotations: true,
|
||||
trackedFiles: ['test/main_test.dart', 'test/second_test.dart'],
|
||||
trackedFiles: ['lib/main.dart', 'test/main_test.dart', 'test/second_test.dart'],
|
||||
workDir: 'C:/Users/Michal/Workspace/dorny/test-check/reports/dart/'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue