vscode-jest icon indicating copy to clipboard operation
vscode-jest copied to clipboard

The optimal flow for Jest based testing in VS Code

Results 160 vscode-jest issues
Sort by recently updated
recently updated
newest added

It would be great if this plugin supported monorepos. Either by passing the `--projects` option to jest or by starting a jest process for every subproject (folder with `package.json` file...

### Environment 1. `node -v`: v8.12.0 1. `npm -v`: 6.4.1 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] [email protected] 1. your vscode-jest settings if customized:...

### Environment 1. `node -v`: v10.15.3 1. `npm -v`: 6.9.0 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): 24.7.1 1. Operating system: Windows 10 Pro ###...

### Environment 1. `node -v`: v10.19.0 1. `npm -v`: 6.14.7 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] 1. your vscode-jest settings if customized: -...

### Environment 1. `node -v`: [8.9.4] 1. `npm -v`: [6.1.0] 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [[email protected]] 1. your vscode-jest settings if customized: -...

### Environment 1. `node -v`: v13.11.0 1. `npm -v`: 6.14.5 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] 1. your vscode-jest settings if customized: -...

Looks like we only parse `testMatch` when the extension loads which could lead to issues. It may be related to #224.

enhancement

- Issue Type: `Performance` - Extension Name: `vscode-jest` - Extension Version: `2.9.2` - OS Version: `Linux x64 4.18.0-18-generic` - VSCode version: `1.33.1` :warning: Make sure to **attach** this file from...

topic: performance

Is it possible to have the output coloured as it would be if Jest ran in the terminal? Or is this a limitation of VSCode? I'm quite happy to have...

enhancement

### Environment 1. `node -v`: [8.9.2] ### Actual Behavior [fill] ![image](https://user-images.githubusercontent.com/7840139/49197248-2df7f100-f3c9-11e8-8dce-ceea482c674b.png) ------------------ I want to debug per test by-self,when I click 【Debug】, something error , I can't find where to...