An open API service indexing awesome lists of open source software.

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

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