Reputation: 8240
I'm writing tests for a dart package.
With flutter_test
, it is possible to define one or several flutter_test_config.dart
configuration files.
Is there something similar with dart tests?
Upvotes: 1
Views: 258
Reputation: 150
I believe you're looking for dart_test.yaml. Docs can be found here.
Upvotes: 0