klen / nvim-test

A Neovim wrapper for running tests
MIT License
176 stars 26 forks source link

support for jest ECMA scripts #27

Open frostedpenguin opened 1 year ago

frostedpenguin commented 1 year ago

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