nvim-test
nvim-test copied to clipboard
support for jest ECMA scripts
hello :wave:
according to the jest docs the command to test ECMA scripts is the following
node --experimental-vm-modules node_modules/jest/bin/jest.js
is there a way to model this with the plugin?? I can't implement the jest runner