diff --git a/docs/next/testing.html b/docs/next/testing.html index 1d77214af84..c15208217f2 100644 --- a/docs/next/testing.html +++ b/docs/next/testing.html @@ -35,7 +35,7 @@ $ npm run flow javac 1.8.0_111

The version string 1.8.x_xxx corresponds to JDK 8.

-

You also need to install the Buck build tool.

+

You also need to install the Buck build tool. Note that brew may not install the version needed to run the tests. For best results, use the same version as the GitHub builds, which can be found in the .circleci folder in the root of the repo.

To run the Android unit tests:

$ cd react-native
 $ ./scripts/run-android-local-unit-tests.sh