We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4b46a commit 899945cCopy full SHA for 899945c
README.md
@@ -5,7 +5,7 @@
5
<img height="80" width="80" alt="owl" src="https://raw.githubusercontent.com/gnapse/jest-dom/master/other/owl.png" />
6
</a>
7
8
-<p>Custom jest matchers to test the dom structure</p>
+<p>Custom jest matchers to test the state of the DOM</p>
9
</div>
10
11
<hr />
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jest-dom",
3
"version": "0.0.0-semantically-released",
4
- "description": "Custom jest matchers to test the dom structure",
+ "description": "Custom jest matchers to test the state of the DOM",
"main": "dist/index.js",
"engines": {
"node": "> 4",
0 commit comments