Valentin Vignal
Valentin Vignal

Reputation: 8240

Dart test - Equivalent of `flutter_test_config.dart`

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

Answers (1)

sharbel okzan
sharbel okzan

Reputation: 150

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

Upvotes: 0

Related Questions