{"id":13769100,"url":"https://github.com/neoclide/coc-jest","last_synced_at":"2025-10-26T20:14:37.976Z","repository":{"id":48507689,"uuid":"151262970","full_name":"neoclide/coc-jest","owner":"neoclide","description":"Jest extension for coc.nvim","archived":false,"fork":false,"pushed_at":"2022-09-05T17:06:33.000Z","size":113,"stargazers_count":49,"open_issues_count":4,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T00:24:33.822Z","etag":null,"topics":["coc","jest","neovim"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neoclide.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-02T13:55:03.000Z","updated_at":"2024-07-01T06:54:09.000Z","dependencies_parsed_at":"2022-09-19T08:11:38.389Z","dependency_job_id":null,"html_url":"https://github.com/neoclide/coc-jest","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-jest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-jest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-jest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fcoc-jest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoclide","download_url":"https://codeload.github.com/neoclide/coc-jest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238795471,"owners_count":19531752,"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":["coc","jest","neovim"],"created_at":"2024-08-03T17:00:17.310Z","updated_at":"2025-10-26T20:14:32.935Z","avatar_url":"https://github.com/neoclide.png","language":"TypeScript","funding_links":[],"categories":["Packages"],"sub_categories":["IDE"],"readme":"# coc-jest\n\nJest extension for [coc.nvim](https://github.com/neoclide/coc.nvim).\n\n## Features\n\n- Use current terminal buffer for jest commands.\n- ~Highlight failed tests~. (not implemented)\n- Contributes to useful coc commands.\n- Options for customization.\n\n## Installation\n\nIn your vim/neovim, run the command:\n\n```vim\n:CocInstall coc-jest\n```\n\n## Usage\n\n```vim\n\" Run jest for current project\ncommand! -nargs=0 Jest :call  CocAction('runCommand', 'jest.projectTest')\n\n\" Run jest for current file\ncommand! -nargs=0 JestCurrent :call  CocAction('runCommand', 'jest.fileTest', ['%'])\n\n\" Run jest for current test\nnnoremap \u003cleader\u003ete :call CocAction('runCommand', 'jest.singleTest')\u003cCR\u003e\n\n\" Init jest in current cwd, require global jest command exists\ncommand! JestInit :call CocAction('runCommand', 'jest.init')\n```\n\n## Configuration\n\n- `jest.watch` Watch files for changes and rerun tests related to changed files,\n  default `true`.\n- `jest.detectLeaks`: detect memory leaks, default `false`.\n- `jest.watchman`: use watchman, default `false`.\n- `jest.detectOpenHandles`: detect open handles, default `false`.\n- `jest.forceExit`: force jest exit on test finish, default `false`.\n- `jest.noStackTrace`: disable stack trace, default `false`.\n- `jest.terminalPosition`: position of terminal, default `right`.\n- `jest.customFlags`: pass additional custom flags to Jest, default `[]`.\n- `jest.binCommand`: specify the runner command for jest, default `\"\"`.\n\n## LICENSE\n\nCopyright 2018 chemzqm@gmail.com\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the \"Software\"),\nto deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoclide%2Fcoc-jest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoclide%2Fcoc-jest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoclide%2Fcoc-jest/lists"}