> For the complete documentation index, see [llms.txt](https://bryan-guner.gitbook.io/my-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bryan-guner.gitbook.io/my-docs/programming-languages/programming-languages/jest.md).

# Jest

[uvu](https://github.com/lukeed/uvu) seems like a nice alternative.

## Notes

* [jest has snapshotFormat: printBasicPrototype setting](https://twitter.com/AndaristRake/status/1471946219983450117)

## Links

* [Majestic](https://github.com/Raathigesh/majestic) - Zero config GUI for Jest.
* [Awesome Jest](https://github.com/jest-community/awesome-jest)
* [Jest Cheat Sheet](https://github.com/sapegin/jest-cheat-sheet)
* [jest-when](https://github.com/timkindberg/jest-when) - Extended, sugary way to mock return values for specific arguments only.
* [jest-extended](https://github.com/jest-community/jest-extended) - Additional Jest matchers.
* [jest-clean-console-reporter](https://github.com/jevakallio/jest-clean-console-reporter) - Custom Jest reporter to reduce console spam in your test output.
* [esjest-transform](https://github.com/threepointone/esjest-transform) - Fast jest transform.
* [esbuild-jest](https://github.com/aelbore/esbuild-jest) - Jest transformer using esbuild.
* [Using Jest with native ESModules](https://github.com/kentcdodds/jest-esmodules/)
* [7 Ways to Debug Jest Tests in Terminal (2021)](https://pragmaticpineapple.com/7-ways-to-debug-jest-tests-in-terminal/)
* [Chromogen](https://github.com/open-source-labs/Chromogen) - UI-driven Jest test-generation package for Recoil selectors.
* [jest-test-matrix](https://github.com/WaldoJeffers/jest-test-matrix) - Plugin for Jest which helps you test functions accepting different combinations of inputs.
* [VSCode Jest](https://github.com/jest-community/vscode-jest) - Optimal flow for Jest based testing in VS Code.
* [Jest Test Explorer for Visual Studio Code](https://github.com/kavod-io/vscode-jest-test-adapter) - Run your Jest tests using the Test Explorer UI.
* [Kont](https://github.com/prisma-labs/kont) - Library for building contextual data for Jest tests. ([Tweet](https://twitter.com/JasonKuhrt/status/1444361957373583361))
* [swc/jest](https://github.com/swc-project/jest) - swc binding for the jest.
* [Jest Playwright](https://github.com/playwright-community/jest-playwright) - Running tests using Jest & Playwright.
* [jest-runner-tsd](https://github.com/jest-community/jest-runner-tsd) - Jest runner to test typescript typings.
* [Unhandled Async Calls Cause Flaky Jest Tests (2021)](https://www.dariacaraway.com/blog/jest-async-flakes)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bryan-guner.gitbook.io/my-docs/programming-languages/programming-languages/jest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
