{"id":13460640,"url":"https://github.com/jest-community/awesome-jest","last_synced_at":"2025-09-27T08:30:46.627Z","repository":{"id":37458076,"uuid":"123143808","full_name":"jest-community/awesome-jest","owner":"jest-community","description":"🕶Awesome Jest packages and resources ","archived":false,"fork":false,"pushed_at":"2024-04-16T12:48:59.000Z","size":948,"stargazers_count":1451,"open_issues_count":2,"forks_count":118,"subscribers_count":20,"default_branch":"main","last_synced_at":"2024-05-19T18:23:13.002Z","etag":null,"topics":["awesome","awesome-list","javascript","jest"],"latest_commit_sha":null,"homepage":"https://facebook.github.io/jest/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jest-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-02-27T14:51:57.000Z","updated_at":"2024-05-09T18:38:28.000Z","dependencies_parsed_at":"2023-02-15T09:30:46.664Z","dependency_job_id":"c7e9775e-b4a6-46b8-abfb-596ab3775bc3","html_url":"https://github.com/jest-community/awesome-jest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jest-community%2Fawesome-jest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jest-community%2Fawesome-jest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jest-community%2Fawesome-jest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jest-community%2Fawesome-jest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jest-community","download_url":"https://codeload.github.com/jest-community/awesome-jest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234410602,"owners_count":18828247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","javascript","jest"],"created_at":"2024-07-31T10:00:46.193Z","updated_at":"2025-09-27T08:30:46.570Z","avatar_url":"https://github.com/jest-community.png","language":null,"funding_links":[],"categories":["Related Lists","Others","Programming Language Lists","📜 Other Awesome Lists","Unit Testing","Test"],"sub_categories":["Agent Skills","JavaScript Lists","Testing","Jest"],"readme":"# Awesome Jest [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\n\u003e An awesome list of [Jest](https://jestjs.io) packages and resources\n\n## Contents\n\n- [Packages](#packages)\n  - [Matchers](#matchers)\n  - [IDE](#ide)\n  - [Linting](#linting)\n  - [Runners](#runners)\n  - [Reporters](#reporters)\n  - [Results Processors](#results-processors)\n  - [Environments](#environments)\n  - [Coverage](#coverage)\n  - [Snapshot](#snapshot)\n  - [Migration](#migration)\n  - [Library extensions](#library-extensions)\n  - [Mocks](#mocks)\n  - [Watch Plugins](#watch-plugins)\n  - [Processor](#processor)\n  - [Presets](#presets)\n  - [Generators](#generators)\n  - [Debug](#debug)\n- [Resources](#resources)\n\n## Packages\n\n### Matchers\n\n- [jest-extended](https://github.com/jest-community/jest-extended) Adds additional matchers to core API making it easy to test everything.\n- [expect-more](https://github.com/JamieMason/expect-more/tree/master/packages/expect-more-jest) A huge library of test matchers for a range of common use-cases.\n- [jest-axe](https://github.com/nickcolley/jest-axe) Jest matcher for [axe](https://github.com/dequelabs/axe-core) for testing accessibility.\n- [jest-enzyme](https://github.com/FormidableLabs/enzyme-matchers/tree/master/packages/jest-enzyme) An assertion library for enzyme.\n- [jest-json-schema](https://github.com/americanexpress/jest-json-schema) JSON schema matcher.\n- [expect-puppeteer](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer) Collection of matchers for Jest \u0026 Puppeteer.\n- [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) Jest matchers to test the state of the DOM.\n- [jest-generator](https://github.com/doniyor2109/jest-generator) Jest matcher for testing generator function.\n- [jest-shell-matchers](https://github.com/raingerber/jest-shell-matchers) Test shell scripts while mocking specific commands.\n- [@emotion/jest](https://github.com/emotion-js/emotion/tree/main/packages/jest) Jest matcher for testing Emotion components.\n- [jest-openapi](https://github.com/openapi-library/OpenAPIValidators/tree/master/packages/jest-openapi) Jest matchers for asserting that HTTP responses satisfy an [OpenAPI](https://swagger.io/docs/specification/about) spec.\n- [jest-json](https://github.com/duailibe/jest-json) Jest matchers to assert on JSON strings.\n- [@testing-library/jest-native](https://github.com/testing-library/jest-native) Jest matchers to test the state of React Native.\n- [@traceloop/jest-opentelemetry](https://github.com/traceloop/jest-opentelemetry) Collection of matchers and runner for end to end tests with Jest \u0026 OpenTelemetry.\n\n### IDE\n\n- [vscode-jest](https://github.com/jest-community/vscode-jest) Works out of the box Jest based testing in VS Code.\n- [vscode-jest-runner](https://github.com/firsttris/vscode-jest-runner) Simple way to run or debug one or more tests from context menu, codelens or command plalette.\n- [wallaby](https://github.com/wallabyjs/public) The pinnacle of the idea of a test runner integrated into an editor.\n- [coc-jest](https://github.com/neoclide/coc-jest) Jest plugin for [coc.nvim](https://github.com/neoclide/coc.nvim).\n- [jester](https://github.com/David-Kunz/jester) A Neovim plugin to easily run and debug Jest tests.\n\n### Linting\n\n- [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) ESLint plugin for Jest.\n- [eslint-plugin-jest-formatting](https://github.com/dangreenisrael/eslint-plugin-jest-formatting) ESLint plugin that aims to provide formatting rules (auto-fixable where possible) to ensure consistency and readability in jest test suites.\n- [eslint-plugin-jest-extended](https://github.com/jest-community/eslint-plugin-jest-extended) ESLint plugin for [jest-extended](https://github.com/jest-community/jest-extended).\n- [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) ESLint plugin to follow best practices and anticipate common mistakes when writing tests with [@testing-library/jest-dom](https://github.com/testing-library/jest-dom).\n\n### Runners\n\n- [jest-runner-eslint](https://github.com/jest-community/jest-runner-eslint) ESLint runner for Jest.\n- [jest-runner-mocha](https://github.com/rogeliog/jest-runner-mocha) Mocha runner for Jest.\n- [jest-runner-prettier](https://github.com/keplersj/jest-runner-prettier) Prettier runner for Jest.\n- [jest-electron-runner](https://github.com/d4rkr00t/jest-electron-runner) Electron runner for Jest.\n- [jest-runner-stylelint](https://github.com/keplersj/jest-runner-stylelint) Stylelint runner for Jest.\n- [jest-runner-groups](https://github.com/eugene-manuilov/jest-runner-groups) A runner that lets to group tests and to run groups separately.\n- [jest-runner-tsc](https://github.com/azz/jest-runner-tsc) A Jest runner for the TypeScript compiler.\n- [jest-runner-tsd](https://github.com/jest-community/jest-runner-tsd) Runner for running TypeScript type tests.\n- [jest-light-runner](https://github.com/nicolo-ribaudo/jest-light-runner) Runner that runs tests directly in bare Node.js, without virtualizing the environment.\n\n### Reporters\n\n- [jest-silent-reporter](https://github.com/rickhanlonii/jest-silent-reporter) A silent reporter for Jest.\n- [jest-junit](https://github.com/jest-community/jest-junit) A JUnit format reporter for Jest which can integrate with CI systems.\n- [jest-xunit](https://github.com/sscaff1/jest-xunit) An xUnit format reporter for Jest.\n- [jest-skipped-reporter](https://github.com/rickhanlonii/jest-skipped-reporter) Report skipped tests in Jest.\n- [jest-html-reporter](https://github.com/Hargne/jest-html-reporter) A Jest test results processor for generating a summary in HTML.\n- [jest-stare](https://github.com/dkelosky/jest-stare) Configurable HTML reporter for filtering, side-by-side snapshot diffs, API, and simple CLI.\n- [jest-slow-test-reporter](https://github.com/jodonnell/jest-slow-test-reporter) Prints the slowest tests in your codebase.\n- [jest-simple-dot-reporter](https://github.com/jodonnell/jest-simple-dot-reporter) A simple dot reporter - one dot per each test.\n- [jest-performance-reporter](https://github.com/sholzmayer/jest-performance-reporter) Identify slow tests and create a report including execution times.\n- [jest-progress-bar-reporter](https://github.com/pierreroth64/jest-progress-bar-reporter) Simple reporter with a little progressbar.\n- [jest-html-reporters](https://github.com/Hazyzh/jest-html-reporters) A Jest test results processor for generating a summary in HTML.\n- [jest-allure](https://github.com/zaqqaz/jest-allure) Add more power to your tests using Jest-Allure with very concise representation of what has been tested in a neat web report form.\n- [jest-standard-reporter](https://github.com/chrisgalvan/jest-standard-reporter) Reporter that uses stdout for messages and stderr for errors.\n- [jest-github-reporter](https://github.com/hipstersmoothie/jest-github-reporter) Report jest test errors directly in pull requests.\n- [jest-email-reporter](https://github.com/tglink/jest-email-reporter) Reporter for jest test errors by e-mail.\n- [jest-dashboard](https://github.com/theoutlander/jest-dashboard) Command line dashboard.\n- [testrail-jest-reporter](https://github.com/AntonChaukin/testrail-jest-reporter) Report jest test results to TestRail.\n- [jest-tesults-reporter](https://github.com/tesults/jest-tesults-reporter) Submits test results data to Tesults for analysis and reporting.\n- [github-actions-jest-reporter](https://github.com/MatteoH2O1999/github-actions-jest-reporter) Reports jest test results using Github Actions groups, allowing for an easy navigation of the test logs.\n- [jest-ado-reporter](https://github.com/bashaus/jest-ado-reporter) Reports jest test suite progress information to the pipeline step in Azure DevOps.\n- [jest-ci-spec-reporter](https://github.com/robertbradleyux/jest-ci-spec-reporter) Zero dependency spec reporter with CI-friendly output.\n- [jest-angular-test-verifier](https://github.com/Neizan93/jest-angular-test-verifier) Ensures that essential Angular files have corresponding test files, reporting any missed opportunities and celebrating when all is well.\n- [jest-slow-test-highlighter](https://github.com/Neizan93/jest-slow-test-highlighter) Highlights and reports the slowest tests in your suite, helping you identify areas for performance optimization.\n- [jest-wip-reporter](https://github.com/kevinrutherford/jest-wip-reporter) Classifies all tests as either passing, failing, or work-in-progress; also quiet progress reporting with dots by default.\n- [@tsdoc-test-reporter/jest](https://github.com/tsdoc-test-reporter/reporter) A reporter that attaches JS/TSDoc comments to your test results and generates a summary in HTML or JSON.\n- [testomatio-jest-reporter](https://github.com/testomatio/reporter/blob/master/docs/frameworks.md#Jest) Allows to analyze Jest autotests, collect test metadata and report them to the testomat.io TCM system.\n- [jest-console-group-reporter](https://github.com/Ashvin-Pal/jest-console-group-reporter) Automatically groups console messages, allows filtering, and provides flexible display configuration options.\n- [echoed](https://github.com/mrasu/echoed) Makes tests observable by reporting OpenTelemetry data.\n\n### Results Processors\n\n- [majestic](https://github.com/Raathigesh/majestic) Zero config UI for Jest.\n\n### Environments\n\n- [jest-environment-webdriver](https://github.com/alexeyraspopov/jest-webdriver) custom environment for WebDriver integration.\n- [jest-environment-puppeteer](https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-environment-puppeteer) Puppeteer environment for Jest.\n\n### Coverage\n\n- [jest-it-up](https://github.com/rbardini/jest-it-up) Automatically bump up global thresholds whenever coverage goes above them.\n- [jest-coverage-thresholds-bumper](https://github.com/Litee/jest-coverage-thresholds-bumper) Similar to `jest-it-up`, but allows to specify where coverage summary is located, supports Jest config in JSON files and `package.json`.\n- [jest-a-coverage-slip-detector](https://github.com/GetJobber/jest-a-coverage-slip-detector) Designed for parallelized CI, prevents test coverage from slipping. Features include per-file ratcheting, automatic coverage merging, and custom messages.\n\n### Snapshot\n\n- [snapshot-diff](https://github.com/jest-community/snapshot-diff) Takes two values, and return their difference as a string, ready to be snapshotted with `toMatchSnapshot()`. Especially helpful when testing the difference between different React component states.\n- [jest-snapshots-svg](https://github.com/jest-community/jest-snapshots-svg) Take a React component tree, and render it into an SVG.\n- [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) Take a snapshot test of an image buffer, and catch when the image changes over a threshold. Commonly used for visual regression testing.\n- [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) Convert Enzyme wrappers to a format compatible with Jest snapshot testing.\n- [jest-styled-components](https://github.com/styled-components/jest-styled-components) A set of utilities for testing Styled Components with Jest.\n- [jest-img-snapshot](https://github.com/donysukardi/jest-img-snapshot) Image snapshot comparison using pixelmatch with all Jest's snapshot goodies out of the box.\n- [jest-file-snapshot](https://github.com/satya164/jest-file-snapshot) Write snapshots to a separate file instead of the default snapshot file used by Jest.\n- [Differencify](https://github.com/NimaSoroush/differencify) Visual regression testing tool using Jest and Puppeteer to do Image snapshot comparison.\n- [StoryShots](https://github.com/storybooks/storybook/tree/master/addons/storyshots/storyshots-core) StoryShots adds automatic Jest Snapshot Testing for Storybook.\n- [jest-large-snapshot-warning](https://github.com/jomaxx/jest-large-snapshot-warning) Add warnings to large snapshots.\n- [jest-serializer-react-helmet](https://github.com/keplersj/jest-serializer-react-helmet) Include React Helmet data in component snapshots.\n- [jest-serializer-json-ld-script](https://github.com/keplersj/jest-serializer-json-ld-script) Serializes JSON+LD elements as JavaScript objects.\n- [@emotion/jest](https://github.com/emotion-js/emotion/tree/main/packages/jest) Include Emotion styles in component snapshots.\n- [jest-serializer-xml](https://github.com/keplersj/jest-serializer-xml) Format XML documents to better visualize in Snapshots.\n- [1log](https://github.com/ivan7237d/1log) Extensible logger that allows capturing log messages as snapshots.\n- [jest-serializer-ansi-escapes](https://github.com/mrazauskas/jest-serializer-ansi-escapes) Snapshot serializer for ANSI escape sequences.\n\n### Migration\n\n- [jest-codemods](https://github.com/skovhus/jest-codemods) Makes it easy to migrate from other test runner and frameworks to Jest.\n- [@putout/plugin-jest](https://github.com/coderaiser/putout/blob/master/packages/plugin-jest/README.md#putoutplugin-jest-) 🐊Putout plugin helps to migrate to latest Jest API.\n\n### Library extensions\n\n- [testdouble-jest](https://github.com/testdouble/testdouble-jest) Support for [testdouble.js](https://github.com/testdouble/testdouble.js) for users of Jest.\n- [jest-puppe-shots](https://github.com/macku/jest-puppe-shots) A Jest plugin for creating screenshots of [React](https://reactjs.org) components with a little help of [Puppeteer](https://github.com/puppeteer/puppeteer).\n- [babel-jest-assertions](https://github.com/mattphillips/babel-jest-assertions) Babel plugin that automatically adds the number of assertions found in each test with `expect.assertions(n)` and `expect.hasAssertions()`.\n- [typescript-snapshots-plugin](https://github.com/asvetliakov/typescript-snapshots-plugin) Extends the TypeScript dev server to support hovering and jumping to a snapshot.\n- [jest-chain](https://github.com/mattphillips/jest-chain) Chain Jest matchers together to create one powerful assertion.\n- [jest-expect-message](https://github.com/mattphillips/jest-expect-message) Add custom message to Jest expects.\n- [@bigtest/interactor](https://frontside.com/bigtest/interactors) A testing and assertion library that makes it easy to test UIs at scale while keeping accessibility at the core.\n- [@testdeck/jest](https://github.com/testdeck/testdeck) Decorator based wrapper around Jest for object oriented testing. Checkout the [documentation](https://testdeck.org) and a working [seed](https://github.com/testdeck/testdeck-jest-seed) for you to start with.\n- [jest-plugin-must-assert](https://github.com/ballercat/jest-plugin-must-assert) A Jest plugin for strict runtime checks. Fails any tests without assertions and prevents async tasks (Promises \u0026 timeouts) from leaking across tests.\n- [wait-for-expect](https://github.com/TheBrainFamily/wait-for-expect) A await/async function to wait a expect. Useful on e2e test.\n- [jest-os-detection](https://github.com/doctolib/jest-os-detection) Dynamically enable or skip tests based on the OS they run on so you can share the same test suite across various platforms.\n- [@fast-check/jest](https://github.com/dubzzz/fast-check/tree/main/packages/jest) Bring property based testing (aka fuzzing) into Jest.\n- [jest-fail-on-console](https://github.com/ValentinH/jest-fail-on-console) Utility to fail a test when `console.error()` (or any other method of the console) gets called.\n\n### Mocks\n\n- [jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock) Easily mock out `fetch` and set up responses, powered by [Jest mock functions](https://facebook.github.io/jest/docs/en/mock-functions.html).\n- [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) Mock canvas when run unit test cases with jest.\n- [jest-localstorage-mock](https://github.com/clarkbw/jest-localstorage-mock) A module to mock window.localStorage and window.sessionStorage in Jest.\n- [jest-date-mock](https://github.com/hustcc/jest-date-mock) Mock `window.Date` when run unit test cases with jest. Make tests of Date easier.\n- [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) Create Typesafe mocks for TS interfaces and objects as well as returning argument specific return values.\n- [jest-wake-lock-mock](https://github.com/jorisre/jest-wake-lock-mock) Mock Screen Wake Lock API `navigator.wakeLock` with ease and run your tests using Jest.\n- [jest-location-mock](https://github.com/evelynhathaway/jest-location-mock) Mock `window.location` easily.\n- [@automock/jest](https://github.com/omermorad/automock) Class dependencies auto-mocking.\n- [@jest-mock/express](https://github.com/bikk-uk/jest-mock-express) Mock Express.js request and response objects.\n\n### Watch plugins\n\n- [jest-watch-continue](https://github.com/unional/jest-watch-continue) Run test in continue mode.\n- [jest-watch-directories](https://github.com/cameronhunter/jest-watch-directories/tree/master/packages/jest-watch-directories) Select directories to test.\n- [jest-watch-exec](https://github.com/unional/jest-watch-exec) Execute scripts during the watch cycle.\n- [jest-watch-lerna-packages](https://github.com/cameronhunter/jest-watch-directories/blob/master/packages/jest-watch-lerna-packages) Select Lerna packages to test.\n- [jest-watch-master](https://github.com/rickhanlonii/jest-watch-master) Check changes since master.\n- [jest-watch-random](https://github.com/unional/jest-watch-random) Randomly run some of the test suites.\n- [jest-watch-repeat](https://github.com/unional/jest-watch-repeat) Repeat test runs multiple times.\n- [jest-watch-select-projects](https://github.com/rogeliog/jest-watch-select-projects) Select which Jest projects to run.\n- [jest-watch-suspend](https://github.com/unional/jest-watch-suspend) Suspend watch mode so that your changes would not trigger test runs.\n- [jest-watch-toggle-config](https://github.com/jest-community/jest-watch-toggle-config) Toggle boolean settings (e.g. verbosity, test coverage).\n- [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) Filter your tests by file name or test name.\n- [jest-watch-yarn-workspaces](https://github.com/cameronhunter/jest-watch-directories/tree/master/packages/jest-watch-yarn-workspaces) Select Yarn workspaces to test.\n- [node-recorder](https://github.com/ericclemmons/node-recorder/#using-jest) Toggle recording modes for `node-recorder`.\n\n### Processor\n\n- [jest-nunjucks](https://github.com/denar90/jest-nunjucks) Processor that compiles nunjucks templates.\n- [ts-jest](https://github.com/kulshekhar/ts-jest) TypeScript preprocessor with sourcemap support.\n- [vue-jest](https://github.com/vuejs/vue-jest) Vue transformer with source map support.\n- [marko-jest](https://github.com/abiyasa/marko-jest) Processor for [Marko component](https://markojs.com).\n- [awesome-pug-jest](https://github.com/iketari/awesome-pug-jest) Processor for [Pug/Jade](https://pugjs.org).\n- [jest-raw-loader](https://github.com/keplersj/jest-raw-loader) Processor mimicking `webpack`'s `raw-loader`.\n- [jest-less-loader](https://github.com/hustcc/jest-less-loader) Jest transformer for `.less` file.\n- [jest-url-loader](https://github.com/hustcc/jest-url-loader) Similar with webpack's `url-loader` for Jest transformer.\n\n### Presets\n\n- [jest-dynamodb](https://github.com/shelfio/jest-dynamodb) Jest preset for working with DynamoDB.\n- [jest-mongodb](https://github.com/shelfio/jest-mongodb) Jest preset for working with MongoDB.\n- [jest-elasticsearch](https://github.com/shelfio/jest-elasticsearch) Jest preset for working with ElasticSearch.\n- [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer) A Jest preset that enables a ready-to-use environment to write integration tests using Puppeteer.\n- [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) Jest preset for [Angular](https://angular.io) projects.\n- [jest-preset-gatsby](https://github.com/keplersj/jest-preset-gatsby) Jest preset to streamline unit testing a Gatsby project.\n- [jest-search](https://github.com/geek-fun/jest-search) Jest preset for working with customisable version of OpenSearch, ElasticSearch and ZincSearch.\n\n### Generators\n\n- [jest-test-gen](https://github.com/egm0121/jest-test-gen) CLI tool to generate a test file with test scaffold for every class method or function exported.\n- [text2jest](https://www.text2jest.com/) A web-based tool to instantly convert a nested list of plain text test names into a Jest file.\n\n### Debug\n\n- [jest-preview](https://github.com/nvh95/jest-preview) Preview Jest tests in a browser.\n\n## Resources\n\n- [Jest cheat sheet](https://github.com/sapegin/jest-cheat-sheet).\n- [React Jest workshop](https://github.com/kentcdodds/react-jest-workshop).\n- [Jest: How Do I Mock X](https://github.com/magicmark/jest-how-do-i-mock-x).\n\n## Contribute\n\nContributions welcome! Read the [contribution guidelines](/CONTRIBUTING.md).\n\n## License\n\n[MIT](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjest-community%2Fawesome-jest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjest-community%2Fawesome-jest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjest-community%2Fawesome-jest/lists"}