nvim-test icon indicating copy to clipboard operation
nvim-test copied to clipboard

support for jest ECMA scripts

Open frostedpenguin opened this issue 3 years ago • 0 comments

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

frostedpenguin avatar Dec 09 '22 11:12 frostedpenguin