package:test v1.25.3
·
638 commits
to master
since this release
- Remove outdated StreamMatcher link from README table of contents.
- Document the silent reporter in CLI help output.
- Support enabling experiments with the dart2wasm compiler.
- Added
@doNotSubmittotest(solo: ...)andgroup(solo: ...). In
practice, this means that code that was relying on ignoring deprecation
warnings and usingsoloorgroupwith askipparameter will now fail if
dart analyze --fatal-infos(or similar) is enabled.