File tree Expand file tree Collapse file tree 4 files changed +385
-263
lines changed Expand file tree Collapse file tree 4 files changed +385
-263
lines changed Original file line number Diff line number Diff line change 2719
2719
"contributions" : [
2720
2720
" doc"
2721
2721
]
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
+ ]
2722
2731
}
2723
2732
],
2724
2733
"contributorsPerLine" : 7 ,
Original file line number Diff line number Diff line change @@ -520,6 +520,7 @@ Thanks goes to these wonderful people
520
520
<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>
521
521
<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>
522
522
<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>
523
524
</tr>
524
525
</tbody >
525
526
</table >
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ title: jest-native
4
4
sidebar_label : jest-native
5
5
---
6
6
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
+
7
21
[ ` Jest Native ` ] ( https://github.com/testing-library/jest-native ) is a companion
8
22
library for ` React Native Testing Library ` that provides custom element matchers
9
23
for Jest.
You can’t perform that action at this time.
0 commit comments