vscode-jest
vscode-jest copied to clipboard
The optimal flow for Jest based testing in VS Code
It would be awesome if the extension would not wait until *all* tests have run to show the status of individual tests. This especially happens if the tests are in...
### Environment 1. `vscode-jest version`: 5.2.3 2. `node -v`: v14.17.0 3. `npm -v`: 7.24.2 4. `npm ls jest`: [email protected] C:\git\Banana\application\bananaFolder ├─┬ [email protected] │ ├─┬ [email protected] │ │ └── [email protected] deduped...
### Environment 1. `vscode-jest version`: v5.2.3 2. `node -v`: v18.17.1 3. `npm -v` or `yarn --version`: 9.6.7 4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): ```...
### Environment 1. `vscode-jest version`: 6.0.1 2. `node -v`: 18.12.1 3. `npm -v` or `yarn --version`: 8.19.2 4. `npm ls jest`: [email protected] 5. your vscode-jest settings if customized: - jest.autoRun?...
I think it would be great if this extension had support for Bun's test runner.
### Environment 1. `vscode-jest version`: v5.2.3 2. `node -v`: v18.15.0 3. `npm -v` or `yarn --version`: 9.5.0 4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): ```...
Credit to original PR https://github.com/jest-community/vscode-jest/pull/1033. This includes unit tests. - Followed instructions for `code --extensionDevelopmentPath=your-local-vscode-jest` and seemed to work fine 🤞🏼 - `yarn test` passed - `yarn vscode:prepublish` seemed to...
## Description Add support for pnpm. Resolves #974
### Environment 1. `vscode-jest version`: v5.2.3 2. `node -v`: v18.16.0 3. `npm -v` or `yarn --version`: 4.0.0-rc.44 (corepack) 4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected):...
### Environment 1. `vscode-jest version`: [5.2.3] 2. `node -v`: [v16.13.2] 3. `npm -v` : [8.1.2] 5. your vscode-jest settings if customized: - jest.jestCommandLine? [npm run test:dev --] 6. Operating system:...