This is a test project that contains several mini Angular applications. The main purpose of this project is to perform tests using Jest.
This project was created following this guide by Fernando Herrera.
Feel free to use it if you want to practice with Jest. Remember to remove the test folder and start with the testing! Enjoy it!
- Angular: 17.0.0
- Jest: 27.0.0
- jest-environment-jsdom: 29.7.0
- jest-preset-angular: 14.0.3
To run the tests, use the following command:
npm run testYou can follow these steps to select a specific test that match with the entered search term:
- Run the test
- Press 'w' key to open the options panel
- Press 'p' to filter by a filename
- Press 'enter' to confirm
- Only the tests that match will be excecuted
To run the project, use the following command:
ng serve -oContributions and suggestions are welcome. Please open an issue or a pull request for suggestions or improvements.
