Redundant use of `equals(...)` across test code
Offen
cleanup
P3
- Vorherrschende Sprache
- Dart
- Sterne
- 1.7k
- Forks
- 404
- Ø Merge
- 6 T. 17 Std.
- Gemergte PRs (30 T.)
- 18
Beschreibung
`equals` is the default matcher, so we do not need to specify this everywhere.
e.g.
`expect(myVar, equals('hello'))` ==> `expect(myVar, 'hello')`
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.