We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6502190 commit 5edec3bCopy full SHA for 5edec3b
README.md
@@ -1,4 +1,17 @@
1
-# jest-angular-demo
2
-A demo of Jest unit tests with Angular
+# Jest unit tests for Angular Demo
+A demo of Jest unit tests with Angular.
3
4
-Related blog post:
+## 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
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