From 5b25fc400ad6628ac9fde25e2076a4d0fc2a7880 Mon Sep 17 00:00:00 2001 From: Jesse R Weigel Date: Tue, 21 Apr 2020 14:00:02 -0400 Subject: [PATCH 1/2] Fix unclear sentence and misuse of word 'stand' This sentence was not very clear. Also, the word 'stand' was used, but I think the word 'understand' was what was intended. The sentence has been updated to convey what I think was the intended meaning. --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index d465e95ef..4aebd8fae 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -13,7 +13,7 @@ You finally want to approach testing using only best practices, while Enzyme may ## This solution -The `react-native-testing-library` is a lightweight solution for testing your React Native components. It provides light utility functions on top of `react-test-renderer` letting you always be up to date with latest React features and write any component tests you like. But really not any, it prevents you from testing implementation details because we stand this is a very bad practice. +The `react-native-testing-library` is a lightweight solution for testing your React Native components. It provides light utility functions on top of `react-test-renderer` letting you always be up to date with latest React features and write any component tests you like. It also prevents you from testing implementation details because we understand this is a very bad practice. This library is a replacement for [Enzyme](http://airbnb.io/enzyme/). From 19cdb143607bd4c27b45ade2a6c15a11769ea470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Tue, 21 Apr 2020 20:41:38 +0200 Subject: [PATCH 2/2] Update docs/GettingStarted.md --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 4aebd8fae..41c5ba0a0 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -13,7 +13,7 @@ You finally want to approach testing using only best practices, while Enzyme may ## This solution -The `react-native-testing-library` is a lightweight solution for testing your React Native components. It provides light utility functions on top of `react-test-renderer` letting you always be up to date with latest React features and write any component tests you like. It also prevents you from testing implementation details because we understand this is a very bad practice. +The `react-native-testing-library` is a lightweight solution for testing your React Native components. It provides light utility functions on top of `react-test-renderer` letting you always be up to date with latest React features and write any component tests you like. It also prevents you from testing implementation details because we believe this is a very bad practice. This library is a replacement for [Enzyme](http://airbnb.io/enzyme/).