🧪 Tests: Add tests for remaining functions in src/types #8
Labels
area: testing
Improving how the repository's tests are run and/or code is tested 🧪
good first issue
Good for newcomers, please hop on! 🙌
status: accepting prs
Please, send a pull request to resolve this! 🙏
Bug Report Checklist
main
branch of the repository.Overview
#6 added a first round of unit tests. Let's add some more tests! 🙌
The
src/types
folder is not yet fully tested. This issue tracks adding in tests for the rest of its exported functions.Additional Info
See #6 for examples of tests: including those that work with AST nodes and/or type checking.
There might be existing tests in https://github.com/ajafff/tsutils that are relevant here. If you do find them, it's fine to copy & paste them over - as long as there's a comment like this above any area of copy & pasted code (or on top of a file if the entire file is copy & pasted):
The text was updated successfully, but these errors were encountered: