Skip to content

Commit a61b5fb

Browse files
authored
Fix/several docs improvements (testing-library#13)
* fix: remove docs folder from final bundle * docs: update no-await-sync-query description * docs: fix dom-testing-library module reference in no-dom-import doc
1 parent 9329ed6 commit a61b5fb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/rules/no-await-sync-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow unnecessary `await` for sync queries (no-await-sync-query)
22

3-
Ensure sync queries
3+
Ensure that sync queries are not awaited unnecessarily.
44

55
## Rule Details
66

docs/rules/no-dom-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Disallow importing from DOM Testing Library
22

33
Ensure that there are no direct imports from `@testing-library/dom` or
4-
`@testing-library/dom` when using some testing library framework
4+
`dom-testing-library` when using some testing library framework
55
wrapper.
66

77
## Rule Details

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"main": "lib/index.js",
2020
"files": [
21-
"docs/",
2221
"lib/"
2322
],
2423
"scripts": {

0 commit comments

Comments
 (0)