Skip to content

Commit

Permalink
feat: Add type testing for module resolution (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jul 5, 2024
1 parent c8b0086 commit 8ceb084
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 47 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Using this template, you can build **standalone apps**, **libraries** and/or **C
1. **Continuous integration** powered by [GitHub Actions workflows](https://docs.github.com/en/actions/using-workflows)
1. **Dependency management** powered by [npm](https://www.npmjs.com/)
1. **Unit testing** powered by [Vitest](https://vitest.dev/)
1. **Type testing** powered by [attw](https://arethetypeswrong.github.io/)
1. **Code coverage** powered by [v8](https://v8.dev/blog/javascript-code-coverage)
1. **Code coverage reports** powered by [Codecov](https://about.codecov.io/)
1. **Type checking** powered by [TypeScript](https://www.typescriptlang.org/)
Expand Down
Loading

0 comments on commit 8ceb084

Please sign in to comment.