Closed peterstace closed 1 year ago
The linter warns against unit tests that aren't implemented in packages named *_test or contain internal in their filename.
*_test
internal
Have you:
Added unit tests? Yes.
Add cmprefimpl tests? (if appropriate?) N/A
Updated release notes? (if appropriate?) N/A
Thanks for reviewing these @albertteoh, I really appreciate it 😁
Description
The linter warns against unit tests that aren't implemented in packages named
*_test
or containinternal
in their filename.Check List
Have you:
Added unit tests? Yes.
Add cmprefimpl tests? (if appropriate?) N/A
Updated release notes? (if appropriate?) N/A
Related Issue