Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

angularjs jest unit-test

Last synced: 3 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 [email protected]:curtiscde/angularjs-jest-example.git
```

### Npm install dependencies

```shell
$ npm i
```

### Run tests

```shell
$ npm test
```