Skip to content

README: update ToC (remove broken example link) #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<hr />


<!-- prettier-ignore-start -->
[![Build Status][build-badge]][build]
[![Code Coverage][coverage-badge]][coverage]
Expand Down Expand Up @@ -43,7 +42,6 @@

- [The Problem](#the-problem)
- [This Solution](#this-solution)
- [Example](#example)
- [Installation](#installation)
- [Implementations](#implementations)
- [Other Solutions](#other-solutions)
Expand All @@ -53,7 +51,7 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## The problem
## The Problem

You want to write maintainable tests for your Web UI. As a part of
this goal, you want your tests to avoid including implementation details of
Expand All @@ -63,7 +61,7 @@ maintainable in the long run so refactors of your components (changes to
implementation but not functionality) don't break your tests and slow you and
your team down.

## This solution
## This Solution

The `dom-testing-library` is a very light-weight solution for testing DOM nodes
(whether simulated with [`JSDOM`](https://github.com/jsdom/jsdom) as provided by
Expand Down