-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update testing-library-related (#715)
Co-authored-by: Caleb Eby <[email protected]>
- Loading branch information
1 parent
ddb3f4c
commit 78cecbe
Showing
18 changed files
with
835 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'pleasantest': major | ||
--- | ||
|
||
`aria-query` was updated to `5.3.0`. | ||
This update provides updated alignment with the ARIA spec, | ||
and will affect Testing Library queries and `getAccessibilityTree` results. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'pleasantest': major | ||
--- | ||
|
||
We are now using `@testing-library/jest-dom@6`. | ||
We now support all of the jest-dom matchers, except for the deprecated ones. | ||
|
||
- `toHaveErrorMessage` was deprecated, use `toHaveAccessibleErrorMessage` instead | ||
- `toHaveRole` was added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.