diff --git a/docs/tests/readme.md b/docs/tests/readme.md index d600ec20b..fa6105fe0 100644 --- a/docs/tests/readme.md +++ b/docs/tests/readme.md @@ -29,7 +29,7 @@ We use the following testing tools: test coverage on the backend We strive to provide tests for each pull request that adds new features or fixes -a bug. Ideally, we test the functionality of the frontend and the backed. +a bug. Ideally, we test the functionality of the frontend and the backend. If you'd like to help us improve our test coverage, we recommend checking out our total coverage and writing tests for selected files based on SimpleCov's @@ -71,5 +71,5 @@ entire build to pass. Please note that you will need to have Elasticsearch installed and running for certain tests in our test suite. You can find instructions on how to install and -run Elasticsearch specific your environment in the +run Elasticsearch specific to your environment in the [Installation Guide](/installation).