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

https://github.com/curtiscde/angularjs-jest-example

✅ AngularJs with Jest example
https://github.com/curtiscde/angularjs-jest-example

angularjs jest unit-test

Last synced: 8 months ago
JSON representation

✅ AngularJs with Jest example

Awesome Lists containing this project

README

          

# AngularJs with Jest example

https://www.curtiscode.dev/post/angularjs/angularjs-jest-unit-testing

## Setup Steps

### Clone Repository

```
git clone git@github.com:curtiscde/angularjs-jest-example.git
```

### Npm install dependencies

```shell
$ npm i
```

### Run tests

```shell
$ npm test
```