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

Issue Type: Bug When the extension boots up or detects change it switches to Testing Panel although autorun is off. Extension version: 4.2.1 VS Code version: Code - Insiders 1.64.0-insider...

external-issue

### Steps to Reproduce 1. Create a snapshot file with the following content ``` exports[`file should handle HTML-like stuff 1`] = `""`; exports[`file should handle HTML-like stuff 2`] = `now...

help wanted
easy pick

First of all, thanks for the great extension! I believe it would be useful to get VSCode diagnostics entries for `console.warn` (as `Warning`) and `console.log` (as `Information`) from test outputs,...

stage: awaiting response

Hi, I don't find any documentation so that's why I'm asking this question: How do I update failing snapshots? I see that message but I don't know were to press...

help wanted
documentation
stage: ready for work

### Environment 1. `node -v`: v14.15.4 1. `npm -v`: 6.14.10 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. `vscode-jest version`: [fill] 2. `node -v`: v14.15.4 3. `npm -v`: 6.14.10 4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): `-- (empty) 5. Operating...

stage: awaiting response

### Description First of all Thank you for this awesome extension. It makes writing tests more fun and less painful. This problem is caused in a docker container running [code-server](https://github.com/codercom/code-server)...

### Environment 1. `vscode-jest version`: 4.2.1 2. `node -v`: v14.17.5 3. `npm -v` or `yarn --version`: yarn 1.22.5 4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected):...

external-issue

example: ```javascript test('test ^', () => { console.log("hello ") }); ``` When you click `Debug`. The character `^` causes an error. Console information: ``` Ran all test suites matching /PointInPolyline.test.ts/i...

bug
help wanted

### Environment 1. `vscode-jest version`: 4.2.1 2. `node -v`: v16.13.0 3. `npm -v` or `yarn --version`: 1.22.17 4. `npm ls jest` ``` ├── [email protected] └─┬ [email protected] └── [email protected] deduped ```...

help wanted
external-dependency