{"id":13452083,"url":"https://github.com/rickhanlonii/jest-watch-master","last_synced_at":"2025-04-14T16:22:47.603Z","repository":{"id":63156718,"uuid":"147959186","full_name":"rickhanlonii/jest-watch-master","owner":"rickhanlonii","description":"Jest watch plugin for checking changes since master","archived":false,"fork":false,"pushed_at":"2021-10-16T23:23:12.000Z","size":47,"stargazers_count":45,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T03:02:15.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rickhanlonii.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}},"created_at":"2018-09-08T18:24:41.000Z","updated_at":"2024-11-25T16:25:20.000Z","dependencies_parsed_at":"2022-11-14T02:17:03.996Z","dependency_job_id":null,"html_url":"https://github.com/rickhanlonii/jest-watch-master","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/rickhanlonii%2Fjest-watch-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickhanlonii%2Fjest-watch-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickhanlonii%2Fjest-watch-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickhanlonii%2Fjest-watch-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickhanlonii","download_url":"https://codeload.github.com/rickhanlonii/jest-watch-master/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914480,"owners_count":21182419,"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":[],"created_at":"2024-07-31T07:01:12.279Z","updated_at":"2025-04-14T16:22:47.570Z","avatar_url":"https://github.com/rickhanlonii.png","language":"JavaScript","funding_links":[],"categories":["Packages","JavaScript"],"sub_categories":["Watch plugins"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://facebook.github.io/jest/\"\u003e\n    \u003cimg width=\"150\" height=\"150\" vspace=\"\" hspace=\"25\" src=\"http://dp.hanlon.io/16694b99c896/jest.png\"\u003e\n  \u003c/a\u003e\n  \u003ch1\u003ejest-watch-master\u003c/h1\u003e\n  \u003cp\u003eJest watch plugin for checking changes since master\u003c/p\u003e\n  \u003cp\u003e\u003cstrong\u003eRequires Jest \u003e= 23.6.0\u003c/strong\u003e\u003c/p\u003e\n  \u003cimg src=\"http://dp.hanlon.io/fadbfc9115f0/Image%2525202018-09-10%252520at%25252011.06.40%252520AM.png\"\u003e\n\u003c/div\u003e\n\n### Install\n\nInstall `jest` and `jest-watch-master`\n\n```bash\nyarn add --dev jest jest-watch-master\n\n# or with NPM\n\nnpm install --save-dev jest jest-watch-master\n```\n\n### Add it to your Jest config\n\nIn your `package.json`:\n\n```json\n{\n  \"jest\": {\n    \"watchPlugins\": [\"jest-watch-master\"]\n  }\n}\n```\n\nOr in `jest.config.js`\n\n```js\nmodule.exports = {\n  // ...\n  watchPlugins: ['jest-watch-master'],\n};\n```\n\n### Options\n\n#### `branch: string`\n\nTo specify a branch other than master, use the `branch` setting:\n\n```json\n{\n  \"jest\": {\n    \"watchPlugins\": [[\"jest-watch-master\", { \"branch\": \"feature\" }]]\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickhanlonii%2Fjest-watch-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickhanlonii%2Fjest-watch-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickhanlonii%2Fjest-watch-master/lists"}