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: ESM update #13191

Merged
merged 14 commits into from Sep 3, 2022
Merged

docs: ESM update #13191

merged 14 commits into from Sep 3, 2022

Commits on Aug 29, 2022

  1. Add jest.mock ESM example

    iamWing committed Aug 29, 2022
    Copy the full SHA
    27ea279 View commit details
    Browse the repository at this point in the history
  2. Update ManualMocks doc for ESM

    - Added link to `ECMAScriptModules` in section `Using with ES module imports`.
    iamWing committed Aug 29, 2022
    Copy the full SHA
    658b12a View commit details
    Browse the repository at this point in the history
  3. Update Node version for experimental ESM support

    - To reflect the most updated status.
    iamWing committed Aug 29, 2022
    Copy the full SHA
    3a8816d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Fix link

    - Replace hard coded link to `ECMAScriptModules` documentation in
    `ManualMocks.md` with a relative link to `ECMAScriptModules.md`.
    iamWing committed Aug 30, 2022
    Copy the full SHA
    4fdcbb2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7e562df View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Fix caution section in ManualMocks

    - Also clarified that the limitation comes from ESM, not Jest.
    iamWing committed Aug 31, 2022
    Copy the full SHA
    e21e657 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6945cfc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3d06b0a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Reorder examples

    iamWing committed Sep 2, 2022
    Copy the full SHA
    87f81ba View commit details
    Browse the repository at this point in the history
  2. Override ESLint rule for docs

    - Diabled `no-redeclare`.
    iamWing committed Sep 2, 2022
    Copy the full SHA
    7c58f12 View commit details
    Browse the repository at this point in the history
  3. Improve unstable_mockModule doc

    - Chagned to the suggested version.
    iamWing committed Sep 2, 2022
    Copy the full SHA
    a0f9271 View commit details
    Browse the repository at this point in the history
  4. Add doc section in ECMAScriptModules

    - Added section title `MOdule mocking in ESM` on `v27+` only.
    iamWing committed Sep 2, 2022
    Copy the full SHA
    3c0755f View commit details
    Browse the repository at this point in the history
  5. Fix v25 sidebar

    iamWing committed Sep 2, 2022
    Copy the full SHA
    d8f155e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Refine wordings

    iamWing committed Sep 3, 2022
    Copy the full SHA
    f6ed55e View commit details
    Browse the repository at this point in the history