jester
jester copied to clipboard
A Neovim plugin to easily run and debug Jest tests
Hi! When I run `require"jester".debug()` on a jest test I get the message "No active session". If I run `require"jester".debug_file()` nothing happens. Do you know what I could be doing...
Hi @David-Kunz , Would you be interested into adding the workspace folder automatically by adding lsp dependency to the package ? I was struggling to setup up the path correctly...
As **nvim-dap** repo suggests to use **vscode-dap** I have switched to **vscode-dap**. Also I have adjusted `jester` setup a accordingly. Here is my jester setup. ```lua require'jester'.setup{ cmd = "NODE_OPTIONS=--experimental-vm-modules...
This is basically a copy of #10. I commented there, but given it's closed, it might get lost so just repeating that here: I can share what is being run...