{"id":13769785,"url":"https://github.com/unional/jest-watch-continue","last_synced_at":"2026-01-20T00:03:16.967Z","repository":{"id":35021839,"uuid":"197485722","full_name":"unional/jest-watch-continue","owner":"unional","description":"Run jest in continue mode","archived":false,"fork":false,"pushed_at":"2023-12-15T14:48:47.000Z","size":1819,"stargazers_count":2,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T09:37:53.728Z","etag":null,"topics":["jest","jest-watch-plugin","testing","tooling","tools"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/unional.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-07-18T01:05:14.000Z","updated_at":"2023-04-05T01:32:49.000Z","dependencies_parsed_at":"2024-01-06T20:54:35.921Z","dependency_job_id":null,"html_url":"https://github.com/unional/jest-watch-continue","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unional%2Fjest-watch-continue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unional%2Fjest-watch-continue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unional%2Fjest-watch-continue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unional%2Fjest-watch-continue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unional","download_url":"https://codeload.github.com/unional/jest-watch-continue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595729,"owners_count":20963995,"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":["jest","jest-watch-plugin","testing","tooling","tools"],"created_at":"2024-08-03T17:00:31.516Z","updated_at":"2026-01-20T00:03:16.940Z","avatar_url":"https://github.com/unional.png","language":"TypeScript","funding_links":[],"categories":["Packages"],"sub_categories":["Watch plugins"],"readme":"# jest-watch-continue\n\n[![NPM version][npm-image]][npm-url]\n[![NPM downloads][downloads-image]][downloads-url]\n[![Mentioned in Awesome Jest](https://awesome.re/mentioned-badge.svg)](https://github.com/jest-community/awesome-jest)\n\n[![Build status][circleci-image]][circleci-url]\n[![Codecov][codecov-image]][codecov-url]\n\n[![Greenkeeper badge][green-keeper-image]][green-keeper-url]\n[![semantic-release][semantic-release-image]][semantic-release-url]\n\nRun tests in continue mode.\n\nIn continue mode, all passed test suites will be skipped and only run the remaining test suites.\nIt helps you focus on what's getting everything to pass once.\n\nThis is especially useful if you are dealing with some fragile tests or systems.\n\nWhile you may introduce regression along the way,\nlet's deal with them later.\n\nIt works great with `bail`.\n\nRequires `jest@23+`.\n\n## Usage\n\nTo use `jest-watch-continue`,\nadd it to the `watchPlugins` section of the Jest configuration:\n\n```js\n{\n  \"jest\": {\n    \"watchPlugins\": [\n      \"jest-watch-continue\", // or\n      [\"jest-watch-continue\", {\n        \"key\": \"n\",\n        \"prompt\": \"start continue mode\"\n      }]\n    ]\n  }\n}\n```\n\nIn watch mode, press `n` to starts or ends continue mode.\n\n```\nWatch Usage\n › Press a to run all tests.\n › Press f to run only failed tests.\n › Press q to quit watch mode.\n › Press n to start continue mode.\n › Press p to filter by a filename regex pattern.\n › Press t to filter by a test name regex pattern.\n › Press Enter to trigger a test run.\n```\n\n[npm-image]: https://img.shields.io/npm/v/jest-watch-continue.svg?style=flat\n[npm-url]: https://npmjs.org/package/jest-watch-continue\n[downloads-image]: https://img.shields.io/npm/dm/jest-watch-continue.svg?style=flat\n[downloads-url]: https://npmjs.org/package/jest-watch-continue\n[circleci-image]: https://circleci.com/gh/unional/jest-watch-continue/tree/master.svg?style=shield\n[circleci-url]: https://circleci.com/gh/unional/jest-watch-continue/tree/master\n[codecov-image]: https://codecov.io/gh/unional/jest-watch-continue/branch/master/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/unional/jest-watch-continue\n[green-keeper-image]: https://badges.greenkeeper.io/unional/jest-watch-continue.svg\n[green-keeper-url]: https://greenkeeper.io/\n[semantic-release-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-release-url]: https://github.com/semantic-release/semantic-release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funional%2Fjest-watch-continue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funional%2Fjest-watch-continue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funional%2Fjest-watch-continue/lists"}