neotest-jest
neotest-jest copied to clipboard
First of all I appreciate this is a bit of a niche configuration but wanted to raise an issue to see if anyone had any advice for fixing it as...
This PR adds support for `neotest.RunArgs.extra_args` passed to `build_spec` for adding additional arguments to the test process via `neotest.run.run`. An example use case is running tests and updating snapshots: ```lua...
Fixes #42 Should now work on all platforms, I assume
Not an issue per-say but wondering how people configure their jest command when you have projects that use npm, some that use yarn, etc... Do you change your config? Or...
Thanks for creating this plugin, it is awesome! I have an issue with a typescript project with the `dist` directory. While it is ignored in the `jest.config.js`, neotest considers it...
As the title says, the current strategy of checking that jest is a dependency in the package.json does not work with project bootstrapped with create-react-app because jest is included as...
I have a setup where I offload some common strategies for testing in a helper file, I run tests the same as if they were using the regular describe/it pattern:...
GitHub has a feature called [Code Owners](https://github.blog/2017-07-06-introducing-code-owners/) that can make it easier to determine who owns a given repo. I wasn't sure if this repo was still maintained, because there...
Any simple test case doesn't work with the newest version of treesitter. It simply shows _No tests found_. Downgrading it to _0.9.1_ helped.