testSources property
Test source locations.
Must be relative to rootDir.
By default, only Dart files in the test
and example
directories
are included.
Implementation
final FileCollection? testSources;
Test source locations.
Must be relative to rootDir.
By default, only Dart files in the test
and example
directories
are included.
final FileCollection? testSources;