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

[gh11317] Added documentation for working with Jest and Alias Paths #11323

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

ahaywood
Copy link
Contributor

Issue 11317

Feature description

I ran into errors when I created an alias path, and then tested that component within Jest. Jest needs to know about your alias paths.

docs/docs/typescript/introduction.md Outdated Show resolved Hide resolved
docs/docs/typescript/introduction.md Outdated Show resolved Hide resolved
@Josh-Walker-GM Josh-Walker-GM added release:docs This PR only updates docs changesets-ok Override the changesets check labels Aug 20, 2024
@Josh-Walker-GM Josh-Walker-GM added this to the next-release milestone Aug 20, 2024
@Josh-Walker-GM Josh-Walker-GM enabled auto-merge (squash) August 20, 2024 23:03
@Josh-Walker-GM Josh-Walker-GM merged commit 1587376 into main Aug 20, 2024
44 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the ad-docs-alias-paths branch August 20, 2024 23:08
dac09 added a commit to dac09/redwood that referenced this pull request Aug 22, 2024
…into feat/rw-uploads-extension

* 'feat/rw-uploads-extension' of github.com:dac09/redwood:
  chore(test-fixture): correct rebuild script string suffix substitution  (redwoodjs#11339)
  refactor(forms): Build with esbuild and add conditional exports (redwoodjs#11338)
  refactor(prerender): build with esbuild and introduce conditional exports (redwoodjs#11337)
  Adds more tests! Refactor rw-jobs-worker  (redwoodjs#11335)
  refactor(auth-providers): switch to esbuild for some 'web' packages (redwoodjs#11334)
  Jobs doc updates (redwoodjs#11333)
  chore(ci): Split formatting check into separate job  (redwoodjs#11332)
  Updates caching doc code snippets to be consistent (redwoodjs#11331)
  chore(tsconfig): Properly link to api-server's tsconfig (redwoodjs#11330)
  Adds background job scheduling and execution (redwoodjs#11238)
  [gh11317] Added documentation for working with Jest and Alias Paths (redwoodjs#11323)
  fix(record): Update dependencies and build dual esm/cjs (redwoodjs#11300)
  chore(build): Consistent tsconfig and buildinfo naming for CJS (redwoodjs#11326)
  chore(test): Fix RSC server cell smoke test (redwoodjs#11327)
  chore(playwright): Make RSC tests less flakey (redwoodjs#11325)
  chore(ci): Temporary fix for format checking on all PRs (redwoodjs#11324)
  chore(build): Move more repetitive code into framework-tools (redwoodjs#11320)
  chore(docs): fix docs formatting (redwoodjs#11321)
@Josh-Walker-GM Josh-Walker-GM linked an issue Aug 26, 2024 that may be closed by this pull request
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:docs This PR only updates docs
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add Documentation for Alias paths within Jest
2 participants