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

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

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/).