Angular testing using vitest and testing-library
To test the angular project using vitest and testing-library, first, install the required libraries on devDependencies
- vite
- vitest
- @testing-library/angular
- @testing-library/jest-dom
- jsdom
- jest-preset-angular
- reflect-metadata
- @swc/...
blog.khairuddinniam.net1 min read