Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
✅ AngularJs with Jest example
- Host: GitHub
- URL: https://github.com/curtiscde/angularjs-jest-example
- Owner: curtiscde
- Created: 2017-11-05T16:41:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T08:31:48.000Z (10 months ago)
- Last Synced: 2024-04-14T11:37:21.146Z (9 months ago)
- Topics: angularjs, jest, unit-test
- Language: JavaScript
- Homepage: https://curtistimson.co.uk/post/angularjs/angularjs-jest-unit-testing
- Size: 233 KB
- Stars: 13
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```