File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ and feature requests so we recommend not using this medium to ask them here 😁
12
12
13
13
## ❓ Support Forums
14
14
15
- - Discord https://discord.gg/c6JN9fM
15
+ - Discord https://discord.gg/testing-library
16
16
- Stack Overflow https://stackoverflow.com/questions/tagged/jest-dom
17
17
18
18
** ISSUES WHICH ARE QUESTIONS WILL BE CLOSED**
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ clear to read and to maintain.
51
51
52
52
- [ Installation] ( #installation )
53
53
- [ Usage] ( #usage )
54
+ - [ With TypeScript] ( #with-typescript )
54
55
- [ Custom matchers] ( #custom-matchers )
55
56
- [ ` toBeDisabled ` ] ( #tobedisabled )
56
57
- [ ` toBeEnabled ` ] ( #tobeenabled )
@@ -232,8 +233,8 @@ expect(getByTestId('not-empty')).not.toBeEmpty()
232
233
toBeEmptyDOMElement ()
233
234
```
234
235
235
- This allows you to assert whether an element has no visible content for the user.
236
- It ignores comments but will fail if the element contains white-space.
236
+ This allows you to assert whether an element has no visible content for the
237
+ user. It ignores comments but will fail if the element contains white-space.
237
238
238
239
#### Examples
239
240
@@ -1243,5 +1244,5 @@ MIT
1243
1244
https://img.shields.io/github/all-contributors/testing-library/jest-dom?color=orange&style=flat-square
1244
1245
[ guiding-principle ] : https://testing-library.com/docs/guiding-principles
1245
1246
[ discord-badge ] : https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square
1246
- [ discord ] : https://discord.gg/c6JN9fM
1247
+ [ discord ] : https://discord.gg/testing-library
1247
1248
<!-- prettier-ignore-end -->
You can’t perform that action at this time.
0 commit comments