Closed luanpotter closed 3 months ago
Enable DCM rule avoid-top-level-members-in-tests.
Since tests shouldn't import other tests, this rule makes sense. In fact there were a couple of mistakes I caught while fixing.
docs
///
examples
Description
Enable DCM rule avoid-top-level-members-in-tests.
Since tests shouldn't import other tests, this rule makes sense. In fact there were a couple of mistakes I caught while fixing.
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?