|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: "[BUG]" |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**Describe the bug** |
| 11 | +A clear and concise description of what the bug is. |
| 12 | + |
| 13 | +**To Reproduce** |
| 14 | +Steps to reproduce the behavior: |
| 15 | +1. Go to '...' |
| 16 | +2. Click on '....' |
| 17 | +3. Scroll down to '....' |
| 18 | +4. See error |
| 19 | + |
| 20 | +Note: A sample repo will help us identify the bug much faster. 🙏 |
| 21 | + |
| 22 | +**Expected behavior** |
| 23 | +A clear and concise description of what you expected to happen. |
| 24 | + |
| 25 | +**Screenshots** |
| 26 | +If applicable, add screenshots to help explain your problem. |
| 27 | + |
| 28 | +**Environment (please complete the following information):** |
| 29 | +- vscode-jest version:[e.g., v6.2.1] |
| 30 | +- `node -v`: [e.g., 20.9.0] |
| 31 | +- `npm -v` or `yarn --version`: [e.g., npm 10.1.0] |
| 32 | +- jest or react-scripts (if you haven’t ejected) version: [e.g., jest 29.7.0] |
| 33 | +- your vscode-jest settings: |
| 34 | + - jest.jestCommandLine? [e.g., npm test --] |
| 35 | + - jest.runMode? [e.g., on-demand] |
| 36 | + - jest.outputConfig? [e.g., none] |
| 37 | + - anything else that you think might be relevant? [e.g., none] |
| 38 | +- Operating system: [e.g., MacOS 14.2.1] |
| 39 | + |
| 40 | +**Prerequisite** |
| 41 | +- are you able to run jest from the command line? [e.g., yes] |
| 42 | +- where do you run jest CLI from? [e.g., root directory of the project] |
| 43 | +- how do you run your tests from the command line? (e.g., "npm run test" or "node_modules/.bin/jest") |
| 44 | + |
| 45 | +**Additional context** |
| 46 | +Add any other context about the problem here. |
| 47 | + |
| 48 | +--- |
| 49 | + |
| 50 | +The fastest (and the most fun) way to resolve the issue is to submit a pull request yourself. If you are interested, please check out the [contribution guide](https://github.com/jest-community/vscode-jest/CONTRIBUTING.md), we look forward to seeing your PR... |
0 commit comments