From f016c8685ab865585c24de6c5b22470d3f1d3f90 Mon Sep 17 00:00:00 2001 From: chentsulin Date: Fri, 18 Jan 2019 00:02:03 +0800 Subject: [PATCH] README: update ToC (remove broken example link) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce869603..0d8f234a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@
- [![Build Status][build-badge]][build] [![Code Coverage][coverage-badge]][coverage] @@ -43,7 +42,6 @@ - [The Problem](#the-problem) - [This Solution](#this-solution) -- [Example](#example) - [Installation](#installation) - [Implementations](#implementations) - [Other Solutions](#other-solutions) @@ -53,7 +51,7 @@ -## 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 @@ -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