Skip to content

Commit 2892399

Browse files
committed
docs: use vanity URL for Discord
1 parent 6a6531d commit 2892399

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and feature requests so we recommend not using this medium to ask them here 😁
1212

1313
## ❓ Support Forums
1414

15-
- Discord https://discord.gg/c6JN9fM
15+
- Discord https://discord.gg/testing-library
1616
- Stack Overflow https://stackoverflow.com/questions/tagged/jest-dom
1717

1818
**ISSUES WHICH ARE QUESTIONS WILL BE CLOSED**

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ clear to read and to maintain.
5151

5252
- [Installation](#installation)
5353
- [Usage](#usage)
54+
- [With TypeScript](#with-typescript)
5455
- [Custom matchers](#custom-matchers)
5556
- [`toBeDisabled`](#tobedisabled)
5657
- [`toBeEnabled`](#tobeenabled)
@@ -232,8 +233,8 @@ expect(getByTestId('not-empty')).not.toBeEmpty()
232233
toBeEmptyDOMElement()
233234
```
234235

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.
237238

238239
#### Examples
239240

@@ -1243,5 +1244,5 @@ MIT
12431244
https://img.shields.io/github/all-contributors/testing-library/jest-dom?color=orange&style=flat-square
12441245
[guiding-principle]: https://testing-library.com/docs/guiding-principles
12451246
[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
12471248
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)