istanbul-smart-text-reporter

v1.1.5
Istanbul's text reporter but with smarter output; Doesn't print a table if there are no files to print.

compile

rm -rf dist && virmator compile

format

virmator format

publish

virmator publish "npm run compile && npm run test:all"

test

bash ./bash-scripts/run-tests.sh && npm run test:types

test:all

npm run compile && concurrently --colors --kill-others-on-fail -c auto --names types,tests,spelling,format,deps "npm run test:types" "npm run test" "npm run test:spelling" "npm run test:format" "npm run test:deps"

test:deps

virmator deps check

test:format

virmator format check

test:spelling

virmator spellcheck

test:types

tsc --noEmit
npm i istanbul-smart-text-reporter

Metadata

Downloads

Maintainers