Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: add docs
  • Loading branch information
mdjastrzebski committed May 3, 2024
commit a6ef48aa22ed4de7ef100d6a5539ebb3e7f13a96
6 changes: 6 additions & 0 deletions website/docs/MigrationV13.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ const view = screen.getBy*(...); // Find the element using any query: *ByRole, *
expect(view).toHaveAccessibilityValue({ now: 50, min: 0, max: 50 }); // Assert its accessibility value
```

# Other changes

## Updated `flushMicroTasks` internal method

This should not break any tests.

## Full Changelog

https://github.com/callstack/react-native-testing-library/compare/v12.5.0...v13.0.0