vim-test-jest-clean-qf-reporter
v0.0.0
Published
Reporter that makes jest results easier to work with for vim-test + qf
Downloads
2
Readme
vim-test jest Reporter
A reporter
for the jest
testing framework that cleans
strips down most of the output for use with vim-test
and the quickfix window.
Use this with https://github.com/craigdallimore/vim-jest-cli
Usage
yarn add --dev vim-test-jest-clean-qf-reporter
In your .vimrc
let g:test#javascript#jest#options = '--reporters vim-test-jest-clean-qf-reporter'
If you don't want to install a dependency, just clone this repo or copy the
index.js
file and use an absolute path to it as the reporter.