File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
- <h1 >dom-testing-library </h1 >
2
+ <h1 >DOM Testing Library </h1 >
3
3
4
4
<a href =" https://www.emojione.com/emoji/1f419 " >
5
5
<img
@@ -72,12 +72,12 @@ functionality) don't break your tests and slow you and your team down.
72
72
73
73
## This Solution
74
74
75
- The ` dom-testing-library ` is a very light-weight solution for testing DOM nodes
75
+ The ` DOM Testing Library ` is a very light-weight solution for testing DOM nodes
76
76
(whether simulated with [ ` JSDOM ` ] ( https://github.com/jsdom/jsdom ) as provided by
77
77
default with [ Jest] [ ] or in the browser). The main utilities it provides involve
78
78
querying the DOM for nodes in a way that's similar to how the user finds
79
79
elements on the page. In this way, the library helps ensure your tests give you
80
- confidence in your UI code. The ` dom-testing-library ` 's primary guiding
80
+ confidence in your UI code. The ` DOM Testing Library ` 's primary guiding
81
81
principle is:
82
82
83
83
> [ The more your tests resemble the way your software is used, the more
You can’t perform that action at this time.
0 commit comments