You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# react-native-testing-library
2
2
3
+
[![Build Status][build-badge]][build]
4
+
[![Version][version-badge]][package]
5
+
[![MIT License][license-badge]][license]
6
+
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
7
+
[![Chat][chat-badge]][chat]
8
+
3
9
Simple React Native testing utilities helping you write better tests with less effort
4
10
5
11
_Appreciation notice: This project is heavily inspired by [react-testing-library](https://github.com/kentcdodds/react-testing-library). Go check it out and use it to test your web React apps._
0 commit comments