Skip to content

Commit

Permalink
[docs] Fix typos in test folder's README (mui#33976)
Browse files Browse the repository at this point in the history
Fixed Documentation Issues
  • Loading branch information
ropereraLK authored and darktasevski committed Aug 22, 2022
1 parent 490d051 commit 243a7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/README.md
Expand Up @@ -7,7 +7,7 @@ Thanks for writing tests! Here's a quick run-down on our current setup.
1. Add a unit test to `packages/*/src/TheUnitInQuestion/TheUnitInQuestion.test.js` or an integration test `packages/*/test/`.
2. Run `yarn t TheUnitInQuestion`.
3. Implement the tested behavior
4. Open a PR once the test passes or you want somebody to review your work
4. Open a PR once the test passes or if you want somebody to review your work

## Tools we use

Expand Down Expand Up @@ -162,7 +162,7 @@ Our tests run on different browsers to increase the coverage:

##### BrowserStack

We only use BrowserStack for non-PR commits to save ressources.
We only use BrowserStack for non-PR commits to save resources.
BrowserStack rarely reports actual issues so we only use it as a stop-gap for releases not merges.

To force a run of BrowserStack on a PR you have to run the pipeline with `browserstack-force` set to `true`.
Expand Down

0 comments on commit 243a7b1

Please sign in to comment.