From acd4874ed91a48d5ce30b62a3149c9f32a41c374 Mon Sep 17 00:00:00 2001 From: Nelson Frank Date: Fri, 28 Jan 2022 01:12:55 +0300 Subject: [PATCH] Correct misspelling in testing documentation #33754 (#33755) ```diff - Styleheets and images .... + Styleheets and images .... ``` closes #33754 ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 6e1c240d03b13b8..90a78c421798dd0 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -348,7 +348,7 @@ You can learn more about each configuration option in the [Jest docs](https://je **Handling stylesheets and image imports** -Styleheets and images aren't used in the tests but importing them may cause errors, so they will need to be mocked. Create the mock files referenced in the configuration above - `fileMock.js` and `styleMock.js` - inside a `__mocks__` directory: +Stylesheets and images aren't used in the tests but importing them may cause errors, so they will need to be mocked. Create the mock files referenced in the configuration above - `fileMock.js` and `styleMock.js` - inside a `__mocks__` directory: ```js // __mocks__/fileMock.js