Skip to content

Commit 5edec3b

Browse files
committed
Update readme
1 parent 6502190 commit 5edec3b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# jest-angular-demo
2-
A demo of Jest unit tests with Angular
1+
# Jest unit tests for Angular Demo
2+
A demo of Jest unit tests with Angular.
33

4-
Related blog post:
4+
## Getting Started
5+
Clone or download this repository
6+
```bash
7+
git clone https://github.com/mystohaxen/jest-angular-demo.git jest-angular-demo
8+
cd jest-angular-demo
9+
```
10+
11+
and run:
12+
13+
```bash
14+
npm install
15+
npm run test
16+
```
17+
Related blog post to find out what this is all about: https://medium.com/mystohaxen/how-to-use-jest-unit-tests-with-angular-87509b500158

0 commit comments

Comments
 (0)