vitest icon indicating copy to clipboard operation
vitest copied to clipboard

Added a tip for mockImplementation aimed at beginners

Open emrekupcuoglu opened this issue 10 months ago • 1 comments

Description

Added a tip from Jest docs about mockImplementation.

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • [ ] It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • [ ] Ideally, include a test that fails without this PR but passes with it.
  • [ ] Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.

Tests

  • [ ] Run the tests with pnpm test:ci.

Documentation

  • [ ] If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • [ ] Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

emrekupcuoglu avatar Jan 14 '25 08:01 emrekupcuoglu

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
Latest commit e3b4d9e4f97efbda9c48e3f8b4e826c986386768
Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/678737cadcc8c500084b0784
Deploy Preview https://deploy-preview-7244--vitest-dev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jan 14 '25 08:01 netlify[bot]

As @mjewell pointed out, this is not actually correct

sheremet-va avatar Sep 06 '25 02:09 sheremet-va