vscode-jest
vscode-jest copied to clipboard
The optimal flow for Jest based testing in VS Code
Let's say I have a test that failed, then I edit it and save the file. The small icon next to the `test` keyword will remain red for a few...
### Environment 1. `node -v`: v13.12.0 1. `npm -v`: 6.14.4 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] 1. your vscode-jest settings if customized: -...
we have an issue in our codebase, which I'm pretty sure is caused by firebase, but a single test doesn't exit properly, then have to kill it. adding `--forceExit` to...
when submitting non-trivial PR without `CHANGELOG.md`, the travis build correctly identify this problem via danger but it didn't report with the correct cause, only to show that the build has...
Repro: https://github.com/Jonatthu/nx-angular-test ### Environment 1. `node -v`: v8.11.3 1. `npm -v`: 6.2.0 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] C:\angular-demo `-- [email protected] 1. your...
### Environment 1. `node -v`: `v12.15.0` 1. `npm -v`: `6.13.4` 1. `npm ls react-scripts`: `-- [email protected]` 1. your vscode-jest settings if customized: all defaults 1. Operating system: `Windows 10` ###...
We are using antd, react and testing using jest and enzyme. ``` it("should render without error", () => { let component = ( ); let wrapper = mount(component); console.log(wrapper.instance()) expect(wrapper).toBeDefined();...
Any chance snippets could be added to this library? Some of the Jest methods are really long, and dropdowns for them don't appear for mocks. So for instance, a snippet...
### Environment 1. `node -v`: [v12.14.0] 1. `npm -v`: [6.13.4] 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): ``` [my app]@1.0.0 └─┬ [email protected] └── [email protected] ```...
## 🚀 Feature Proposal This debug button is present when the test fails and this works nice. Lately I've been writing a lot of tests and some of them were...