https://github.com/nerdic-coder/jest-angular-demo
A demo of Jest unit tests with Angular
https://github.com/nerdic-coder/jest-angular-demo
angular jest jest-tests typescript unit-testing
Last synced: 4 months ago
JSON representation
A demo of Jest unit tests with Angular
- Host: GitHub
- URL: https://github.com/nerdic-coder/jest-angular-demo
- Owner: nerdic-coder
- License: mit
- Created: 2018-04-13T19:11:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T22:04:00.000Z (about 7 years ago)
- Last Synced: 2025-01-02T14:11:36.367Z (6 months ago)
- Topics: angular, jest, jest-tests, typescript, unit-testing
- Language: TypeScript
- Size: 143 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jest unit tests for Angular Demo
A demo of Jest unit tests with Angular.## Getting Started
Clone or download this repository
```bash
git clone https://github.com/mystohaxen/jest-angular-demo.git jest-angular-demo
cd jest-angular-demo
```and run:
```bash
npm install
npm run test
```
Related blog post to find out what this is all about: https://medium.com/mystohaxen/how-to-use-jest-unit-tests-with-angular-87509b500158