jest-editor-support
jest-editor-support copied to clipboard
A module for handling editor to jest integration
Needed for https://github.com/jest-community/vscode-jest/pull/1075
Hi there, Maybe it is a silly mistake, but I am trying to use the parse method in one tampermonkey script that I am transpiling with vite-monkey-plugin. The rest of...
Would you consider support for identifying `describe` aliases (like `context`)? I've got a client that sets `global.context = describe` so they can write tests like: ```ts describe('some method', () =>...
Upon encountering an optional chaining operator, the parsing fails. I am using this in the [Jest VS Code Extension](https://github.com/jest-community/vscode-jest), but I have also tried the [other popular Jest VS Code...
@rossknudsen, @connectdotz, and @seanpoulter have discussed changing the ProjectWorkspace API/Interface. See https://github.com/jest-community/jest-editor-support/pull/45#discussion_r426275282.
One of our library consumers opened PR #42 because: > When trying to compile a Typescript project that depends on this library it was throwing an error **Expected behaviour** We...
I noticed, that the `it.each` doesn't include the node range for the callback body See `start` and `end` markers below: ```ts /*start*/it.each([ ['some'], ])('some', async (some: string) => /*end*/{ //...
- [ ] JS -> TS conversion - [ ] update tsconfig.json - ensure that more strict type checking is enabled. Probably align with a config from facebook/jest, jest-community/vscode-jest, or...
Hi The project seems great but it's hard to understand how to use it without an API documentation. It will be nice if you guys could have a little descriptors...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...