{"library":"jest-watch-repeat","type":"library","category":null,"description":"Jest-watch-repeat is a Jest watch plugin that enhances the developer experience by allowing users to repeat their test suites multiple times directly from Jest's interactive watch mode. This functionality is particularly useful for debugging flaky tests, stress testing components, or simply running a set of tests in a loop without manual intervention. The current stable version is 3.0.1. The package releases are often tied to major Jest version updates, as seen with version 3.0.0 updating for Jest 29 compatibility. Its key differentiator is its seamless integration into Jest's native watch mode, providing a convenient 'r' key shortcut and prompt for configuring the repetition count, including the ability to retry only failed tests.","language":"javascript","status":"active","version":"3.0.1","tags":["javascript","jest","jest-watch-plugins","testing","tooling","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install jest-watch-repeat","imports":["    \"watchPlugins\": [\n      \"jest-watch-repeat\"\n    ]","    \"watchPlugins\": [\n      [\"jest-watch-repeat\", { \"key\": \"r\", \"always-repeat\": true }]\n    ]","const RepeatPlugin = require('jest-watch-repeat').default;"]},{"cmd":"yarn add jest-watch-repeat","imports":[]},{"cmd":"pnpm add jest-watch-repeat","imports":[]}],"homepage":null,"github":"https://github.com/unional/jest-watch-repeat","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/jest-watch-repeat","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/jest-watch-repeat/compatibility"}}