Skip to content
Prev Previous commit
Next Next commit
don't use headings for non-headings
  • Loading branch information
alexkrolick authored Apr 14, 2019
commit a142650c4cc6e48b24dd19242faa8120d1c4159b
4 changes: 2 additions & 2 deletions docs/react-testing-library/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: cheatsheet
title: Cheatsheet
---

### [Get the printable cheat sheet][cheatsheet]
**[Get the printable cheat sheet][cheatsheet]**

A short guide to all the exported functions in `react-testing-library`

Expand Down Expand Up @@ -168,7 +168,7 @@ getByText(container, /Hello W?oRlD/i) // advanced regex
getByText(container, (content, element) => content.startsWith('Hello'))
```

### [Get the printable cheat sheet][cheatsheet]
**[Get the printable cheat sheet][cheatsheet]**

[cheatsheet]:
https://github.com/kentcdodds/react-testing-library/raw/master/other/cheat-sheet.pdf