Skip to content

Commit 0ce1d7e

Browse files
authored
update greenkeeper badge
1 parent 14535ca commit 0ce1d7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple React Native testing utilities helping you write better tests with less e
77
[![MIT License][license-badge]][license]
88
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
99
[![Chat][chat-badge]][chat]
10-
[![Greenkeeper badge](https://badges.greenkeeper.io/callstack/react-native-testing-library.svg)](https://greenkeeper.io/)
10+
[![Greenkeeper badge][greenkeeper-badge]][greenkeeper]
1111

1212
_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._
1313

@@ -319,3 +319,5 @@ expect(submitButtons).toHaveLength(3); // expect 3 elements
319319
[prs-welcome]: http://makeapullrequest.com
320320
[chat-badge]: https://img.shields.io/discord/426714625279524876.svg?style=flat-square&colorB=758ED3
321321
[chat]: https://discord.gg/QbGezWe
322+
[greenkeeper-badge]: https://badges.greenkeeper.io/callstack/react-native-testing-library.svg?style=flat-square
323+
[greenkeeper]: https://greenkeeper.io/

0 commit comments

Comments
 (0)