Skip to content

Commit

Permalink
table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Oct 23, 2017
1 parent 5965a38 commit c3b4481
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ test('it works', () => {
})
```

Table of Contents
=================

* [Snapshot Testing](#snapshot-testing)
* [Enzyme](#enzyme)
* [Theming](#theming)
* [Preact](#preact)
* [toHaveStyleRule](#tohavestylerule)
* [Global installation](#global-installation)
* [styled-components < v2](#styled-components--v2)
* [Contributing](#contributing)

# Snapshot Testing

Jest [snapshot testing](https://facebook.github.io/jest/docs/snapshot-testing.html) is an excellent way to test [React](https://facebook.github.io/react/) components (or any serializable value) and make sure things don't change unexpectedly.
Expand Down

0 comments on commit c3b4481

Please sign in to comment.