Dart test - Equivalent of `flutter_test_config.dart`

130 views Asked by At

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?

1

There are 1 answers

0
sharbel okzan On

I believe you're looking for dart_test.yaml. Docs can be found here.