From 27dfde73980efa87942ae17ccdd8af880b373e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sat, 15 Dec 2018 12:36:36 +0100 Subject: [PATCH 1/2] Revert "docs: Rename api.md to API.md (#94)" This reverts commit 53b5366393d320c75d9ed04a00b957b2a5b11600. From 62a4f264fa1364b97aca784188eeea9edd09b433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sat, 15 Dec 2018 12:36:36 +0100 Subject: [PATCH 2/2] Revert "docs: Fix link for api docs in read me file (#93)" This reverts commit 86271e6ffa5ebfdec668e9d1484e79d7bf9849af. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b79f0e33b..fe6331419 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ As you may have noticed, it's not tied to React Native at all – you can safely ## API / Usage -The [public API](docs/api.md) of `react-native-testing-library` is focused around these essential methods: +The [public API](docs/API.md) of `react-native-testing-library` is focused around these essential methods: - [`render`](docs/API.md#render) – deeply renders given React element and returns helpers to query the output components. - [`shallow`](docs/API.md#shallow) – shallowly renders given React component. It doesn't return any helpers to query the output.