Skip to content

Commit 062a43d

Browse files
authored
docs: add badges
1 parent 98825d9 commit 062a43d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-native-testing-library
22

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+
39
Simple React Native testing utilities helping you write better tests with less effort
410

511
_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._
@@ -170,3 +176,15 @@ test('fetch data', async () => {
170176
expect(getByText('fetch').props.title).toBe('loaded');
171177
});
172178
```
179+
180+
<!-- badges -->
181+
[build-badge]: https://img.shields.io/circleci/project/github/callstack/react-native-testing-library/master.svg?style=flat-square
182+
[build]: https://circleci.com/gh/callstack/react-native-testing-library
183+
[version-badge]: https://img.shields.io/npm/v/react-native-testing-library.svg?style=flat-square
184+
[package]: https://www.npmjs.com/package/react-native-testing-library
185+
[license-badge]: https://img.shields.io/npm/l/react-native-testing-library.svg?style=flat-square
186+
[license]: https://opensource.org/licenses/MIT
187+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
188+
[prs-welcome]: http://makeapullrequest.com
189+
[chat-badge]: https://img.shields.io/discord/426714625279524876.svg?style=flat-square&colorB=758ED3
190+
[chat]: https://discord.gg/QbGezWe

0 commit comments

Comments
 (0)