From 9429337f39203179a7d4805b4048bc23abd1f19b Mon Sep 17 00:00:00 2001 From: Josh Pollock Date: Thu, 18 Oct 2018 15:09:28 -0400 Subject: [PATCH] markdown fix in testing docs #2771 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9562680ac..3308802ff 100755 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The local server is [http://localhost:8228](http://localhost:8228) - Unit tests go in clients/tests/unit and are run using [Jest](https://facebook.github.io/jest/docs/en/getting-started.html) - Unit tests must have the word test in file name. For example, `formConfig.test.js` * End to end tests go in `cypress/integration` amd are written using [Cypress](https://cypress.io) - - See our [Cypress README for testing}(./cypress/README.md) + - See our [Cypress README for testing](./cypress/README.md) #### Commands * `composer wp:install` - Installs Docker-based test environment.