UNPKG

tap-synopsis

Version:

Receives streaming TAP and outputs a colorful summary.

16 lines (10 loc) 175 B
# tap-synopsis Receives streaming TAP and outputs a colorful summary. ## install ```sh npm install tap-synopsis ``` ## example ```sh tape **/*.test.js | tap-synopsis ```