Skip to content

Commit

Permalink
markdown fix in testing docs #2771
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pollock committed Oct 18, 2018
1 parent 335f909 commit 9429337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9429337

Please sign in to comment.