Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Misspelling in testing documentation #33754

Closed
nelsonfrank opened this issue Jan 27, 2022 · 1 comment · Fixed by #33755
Closed

Docs: Misspelling in testing documentation #33754

nelsonfrank opened this issue Jan 27, 2022 · 1 comment · Fixed by #33755

Comments

@nelsonfrank
Copy link
Contributor

What is the improvement or update you wish to see?

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:

In Testing documentation in sentence reffered above there is misspelling.

Is there any context that might help us understand?

The first word Styleheets is misspelled, it suppose to be Stylesheets.

Does the docs page already exist? Please link to it.

https://nextjs.org/docs/testing

@nelsonfrank nelsonfrank changed the title Docs: Correct misspelling in testing documentation Docs: Misspelling in testing documentation Jan 27, 2022
nelsonfrank added a commit to nelsonfrank/next.js that referenced this issue Jan 27, 2022
```diff
- Styleheets and images ....
+ Styleheets and images ....
```
closes vercel#33754
@kodiakhq kodiakhq bot closed this as completed in #33755 Jan 27, 2022
kodiakhq bot pushed a commit that referenced this issue Jan 27, 2022
```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`
natew pushed a commit to natew/next.js that referenced this issue Feb 16, 2022
```diff
- Styleheets and images ....

+ Styleheets and images ....
```
closes vercel#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`
@github-actions
Copy link
Contributor

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant