vim-test-jest-clean-qf-reporter

0.0.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i vim-test-jest-clean-qf-reporter

      Weekly Downloads

      1

      Version

      0.0.0

      License

      MIT

      Unpacked Size

      1.33 kB

      Total Files

      3

      Last publish

      Collaborators

      • ajcrites