Skip to content

Commit fe483a9

Browse files
authored
Merge branch 'main' into main
2 parents e888514 + 043dc67 commit fe483a9

File tree

4 files changed

+385
-263
lines changed

4 files changed

+385
-263
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2719,6 +2719,15 @@
27192719
"contributions": [
27202720
"doc"
27212721
]
2722+
},
2723+
{
2724+
"login": "gbhasha",
2725+
"name": "Galeel Bhasha Satthar",
2726+
"avatar_url": "https://avatars.githubusercontent.com/u/501794?v=4",
2727+
"profile": "https://github.com/gbhasha",
2728+
"contributions": [
2729+
"doc"
2730+
]
27222731
}
27232732
],
27242733
"contributorsPerLine": 7,

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ Thanks goes to these wonderful people
520520
<td align="center" valign="top" width="14.28%"><a href="https://github.com/moeyashi"><img src="https://avatars.githubusercontent.com/u/49895682?v=4?s=100" width="100px;" alt="Ren Adachi"/><br /><sub><b>Ren Adachi</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=moeyashi" title="Documentation">📖</a></td>
521521
<td align="center" valign="top" width="14.28%"><a href="https://tymick.me"><img src="https://avatars.githubusercontent.com/u/5317080?v=4?s=100" width="100px;" alt="Ty Mick"/><br /><sub><b>Ty Mick</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=TyMick" title="Documentation">📖</a></td>
522522
<td align="center" valign="top" width="14.28%"><a href="https://enmascript.com"><img src="https://avatars.githubusercontent.com/u/8060530?v=4?s=100" width="100px;" alt="Enmanuel Durán"/><br /><sub><b>Enmanuel Durán</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=enmanuelduran" title="Documentation">📖</a></td>
523+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gbhasha"><img src="https://avatars.githubusercontent.com/u/501794?v=4?s=100" width="100px;" alt="Galeel Bhasha Satthar"/><br /><sub><b>Galeel Bhasha Satthar</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=gbhasha" title="Documentation">📖</a></td>
523524
</tr>
524525
</tbody>
525526
</table>

docs/ecosystem-jest-native.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ title: jest-native
44
sidebar_label: jest-native
55
---
66

7+
:::warning
8+
9+
**This package is deprecated and is no longer actively maintained.**
10+
11+
We encourage you to migrate to React Native Testing Library, v12.4 or later,
12+
which includes modern
13+
[built-in Jest matchers](https://callstack.github.io/react-native-testing-library/docs/api/jest-matchers)
14+
based on the matchers for this repository. The migration process should be
15+
relatively straightforward, we have a
16+
[migration guide](https://callstack.github.io/react-native-testing-library/docs/migration/jest-matchers)
17+
available.
18+
19+
:::
20+
721
[`Jest Native`](https://github.com/testing-library/jest-native) is a companion
822
library for `React Native Testing Library` that provides custom element matchers
923
for Jest.

0 commit comments

Comments
 (0)