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?
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?
I believe you're looking for dart_test.yaml. Docs can be found here.