2.1.0 • Published 7 years ago

jest-json-to-tap v2.1.0

Weekly downloads
553
License
MIT
Repository
github
Last release
7 years ago

jest-json-to-tap

Jest Json parser that outputs TAP results

Usage

Install jest-json-to-tap

npm install -g jest-json-to-tap

then you just need to redirect Jest's json output to it

$ jest --json 2>/dev/null | jest-json-to-tap

Beware in the command above we muted stderr to remove all extra msgs that jest outputs on stderr.

Acknowledgement

Based on the solution proposed by Edvin Erikson at https://medium.com/@edvinerikson/getting-jest-output-in-tap-format-6e07dc2c484c

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago