0.0.0 • Published 6 years ago

vim-test-jest-clean-qf-reporter v0.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

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.