Skip to content

Commit 71ef6ac

Browse files
committed
Update README.md
1 parent e0f5cdc commit 71ef6ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<a href="https://github.com/json-snapshot/json-snapshot.github.io"><img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" width="80"></a>
2-
31
#### Purpose of Snapshot Testing
42
Snapshots help figuring out whether the output of the modules covered by tests is changed, without doing tons of asserts!
53

@@ -14,6 +12,12 @@ A Json Snapshot test does not assert Java types. You can continue doing that wit
1412

1513
Based on [facebook's Jest framework](https://facebook.github.io/jest/docs/en/snapshot-testing.html)
1614

15+
#### GitHub Repository
16+
<a href="https://github.com/json-snapshot/json-snapshot.github.io"><img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" width="80"></a>
17+
18+
19+
20+
1721
#### How to install using Maven
1822

1923
Add to your pom.xml dependencies section:

0 commit comments

Comments
 (0)