File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<hr />
15
15
16
-
17
16
<!-- prettier-ignore-start -->
18
17
[ ![ Build Status] [ build-badge ]] [ build ]
19
18
[ ![ Code Coverage] [ coverage-badge ]] [ coverage ]
43
42
44
43
- [ The Problem] ( #the-problem )
45
44
- [ This Solution] ( #this-solution )
46
- - [ Example] ( #example )
47
45
- [ Installation] ( #installation )
48
46
- [ Implementations] ( #implementations )
49
47
- [ Other Solutions] ( #other-solutions )
53
51
54
52
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
55
53
56
- ## The problem
54
+ ## The Problem
57
55
58
56
You want to write maintainable tests for your Web UI. As a part of
59
57
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
63
61
implementation but not functionality) don't break your tests and slow you and
64
62
your team down.
65
63
66
- ## This solution
64
+ ## This Solution
67
65
68
66
The ` dom-testing-library ` is a very light-weight solution for testing DOM nodes
69
67
(whether simulated with [ ` JSDOM ` ] ( https://github.com/jsdom/jsdom ) as provided by
You can’t perform that action at this time.
0 commit comments