vim-test-jest-clean-qf-reporter

Reporter that makes jest results easier to work with for vim-test + qf

Usage no npm install needed!

<script type="module">
  import vimTestJestCleanQfReporter from 'https://cdn.skypack.dev/vim-test-jest-clean-qf-reporter';
</script>

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.