From e2c8a032af3eeba138ac902d7c944b725d6ac87c Mon Sep 17 00:00:00 2001 From: Tristan Teufel Date: Mon, 27 Nov 2023 10:41:21 +0100 Subject: [PATCH] add link to vscode-jest-runner (#132) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72f26cb..a9c8c73 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ ### IDE - [vscode-jest](https://github.com/jest-community/vscode-jest) Works out of the box Jest based testing in VS Code. +- [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. - [wallaby](https://github.com/wallabyjs/public) The pinnacle of the idea of a test runner integrated into an editor. - [coc-jest](https://github.com/neoclide/coc-jest) Jest plugin for [coc.nvim](https://github.com/neoclide/coc.nvim). - [jester](https://github.com/David-Kunz/jester) A Neovim plugin to easily run and debug Jest tests.