https://github.com/theryansmee/unit-testing-angular-with-jest-tutorial
Unit testing Angular with Jest tutorial project
https://github.com/theryansmee/unit-testing-angular-with-jest-tutorial
angular jest-tests jest-tutorial
Last synced: 12 months ago
JSON representation
Unit testing Angular with Jest tutorial project
- Host: GitHub
- URL: https://github.com/theryansmee/unit-testing-angular-with-jest-tutorial
- Owner: theryansmee
- Created: 2020-04-15T18:49:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T07:59:05.000Z (over 2 years ago)
- Last Synced: 2025-04-10T07:59:42.817Z (12 months ago)
- Topics: angular, jest-tests, jest-tutorial
- Language: TypeScript
- Homepage: https://youtu.be/PdVerlfmO6M
- Size: 937 KB
- Stars: 19
- Watchers: 2
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit testing Angular with Jest tutorial
## Description
This project contains the unit tests written in my youtube tutorial on [Unit testing Angular with Jest](https://youtu.be/PdVerlfmO6M)
If you have any questions, leave a comment on the video or message me on [Twitter](https://twitter.com/theryansmee).
## Running unit tests
Run `npm run test-watch` to execute the unit tests in watch mode via [Jest](https://jestjs.io/).