Repo: Add unit tests inside type-utils #8358
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: type-utils
Issues related to the @typescript-eslint/type-utils package
repo maintenance
things to do with maintenance of the repo, and not with code/docs
tests
anything to do with testing
Suggestion
packages/type-utils
provides a suite of types/TypeScript-related functions. They're used in many rules. But because we don't merge coverage reports across packages (#6701), it shows up as having surprisingly low unit test coverage. E.g.builtinSymbolLikes.ts
on 1d7447f right now has 0%. https://app.codecov.io/gh/typescript-eslint/typescript-eslint/blob/1d7447f4fd5e2fbae4211eb5fc07e93cf570b6b3/packages%2Ftype-utils%2Fsrc%2FbuiltinSymbolLikes.tsThe text was updated successfully, but these errors were encountered: