Joe Withey

Results 5 issues of Joe Withey

I've found for Jest to work with vim-test on windows I have to use the following config ``` function! JestTransform(cmd) abort let correct_path = substitute(a:cmd, '\\', '\\\\', 'g') let correct_call...

enhancement
good first issue

Hi, Is there any support for running all tests in the current netrw directory? Thanks

documentation
wiki

Could you give some information on how you work on the editor? Specifically, how could you run the editor and use a repl to interact with it?

- `cypress-testing-library` version: @testing-library/cypress: 8.0.2 - `node` version: 17.8.0 - `npm` (or `yarn`) version: 8.5.5 Relevant code or config ```bash DEBUG_PRINT_LIMIT=1000000 cypress run ``` What you did: Trying to use...