diff --git a/README.md b/README.md index fe6331419..c53ba98fd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You finally want to approach testing using only best practices, while Enzyme may 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, be it shallow or deeply rendered ones. But really not any, it prevents you from testing implementation details because we stand this is a very bad practice. -This library is a replacement for [Enzyme](http://airbnb.io/enzyme/). +This library is a replacement for [Enzyme](http://airbnb.io/enzyme/). It is tested to work with Jest, but it should work with other test runners as well. ## Example