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: Add mocking useLocation to docs #6791

Merged
merged 6 commits into from
Nov 4, 2022

Conversation

bigbuckalex
Copy link
Contributor

I added a how to page in the docs that would close(#5190)

I'm not sure if there is a better place for this or if anyone would want to add to it.

@jtoar jtoar added the release:docs This PR only updates docs label Nov 4, 2022
@jtoar
Copy link
Contributor

jtoar commented Nov 4, 2022

Thanks @bigbuckalex! Yeah this may be too short for a how to. Initially I thought it'd go in the Testing reference, but I know that's quite long. Let me see what others things.

@KrisCoulson
Copy link
Contributor

hmm @jtoar I think this is nice a tight. My personal feelings is that How to's don't have to be super long. That being said this could potentially go in to the testing documentation instead of a How To. I think the main thing is this info should index and ideally show up in google when you type "redwoodjs test useParams or useLocation"

@bigbuckalex
Copy link
Contributor Author

Agreed, it makes more sense for it to be in Testing. I moved it to the Testing Components section.

Copy link
Contributor

@jtoar jtoar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bigbuckalex, just a few edits and this looks good to me!

docs/docs/testing.md Outdated Show resolved Hide resolved
Co-authored-by: Dominic Saadi <[email protected]>
@bigbuckalex
Copy link
Contributor Author

Thank you @jtoar! Committed your suggestions.

docs/docs/testing.md Outdated Show resolved Hide resolved
@jtoar jtoar merged commit 25f69aa into redwoodjs:main Nov 4, 2022
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Nov 4, 2022
github-actions bot pushed a commit that referenced this pull request Nov 4, 2022
* add mocking-useLocation to how-to in docs

* Update mocking-useLocation.md

* move mocking-useLocation to testing

* Update docs/docs/testing.md

Co-authored-by: Dominic Saadi <[email protected]>

* Update docs/docs/testing.md

Co-authored-by: Dominic Saadi <[email protected]>
jtoar added a commit that referenced this pull request Nov 4, 2022
* add mocking-useLocation to how-to in docs

* Update mocking-useLocation.md

* move mocking-useLocation to testing

* Update docs/docs/testing.md

Co-authored-by: Dominic Saadi <[email protected]>

* Update docs/docs/testing.md

Co-authored-by: Dominic Saadi <[email protected]>
@jtoar jtoar linked an issue Nov 4, 2022 that may be closed by this pull request
dac09 added a commit that referenced this pull request Nov 7, 2022
…aching

* 'main' of github.com:redwoodjs/redwood: (21 commits)
  [Tutorial]: Fix Typescript code blocks inconsistency (#6801)
  chore: update all contributors
  Custom auth: Fix comment in template (#6804)
  fix(deps): update dependency eslint to v8.26.0 (#6785)
  [CRWA]: Switch to using enquirer, add engine compatibility override option (#6723)
  (docs): Minor Command update about Storybook (#6722)
  docs: Add mocking useLocation to docs (#6791)
  Update generated render.yaml (#6771)
  fix flightcontrol config template (#6789)
  fix: publish canary using premajor (#6794)
  Strip resetToken and resetTokenExpiresAt from dbAuth forgotPassword handler (#6778)
  Fix WebAuthn when event body is base64 encoded (like when deploying to Vercel) (#6757)
  fix(deps): update jest monorepo (#6787)
  fix(deps): update dependency react-hook-form to v7.39.1 (#6786)
  fix(deps): update dependency fastify to v4.9.2 (#6781)
  fix(deps): update dependency @apollo/client to v3.7.1 (#6780)
  chore: fix and rebuild test project fixture (#6775)
  fix: add prisma resolutions to tutorial e2e test proj (#6772)
  fix(deps): update prisma monorepo to v4.5.0 (#6485)
  Fix dbauth webauthn template (redundant type import) (#6769)
  ...
@jtoar jtoar modified the milestones: next-release, v3.5.0 Nov 11, 2022
@jtoar jtoar modified the milestones: next-release, v3.5.0 Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:docs This PR only updates docs
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Mocking useLocation in web/src/components tests
3 participants