tap-arc

v0.1.0
spec-like TAP reporter
test tap spec tap-spec tape reporter

lint

eslint . --fix

slow

npm run --silent tape:slow-pass | node ./index.js

test

npm run lint && tape test/index.js | node ./index.js

tape:diff

tape test/create-diff-tap.js

tape:mixed

tape test/create-mixed-tap.js

tape:simple

tape test/create-simple-tap.js

tap-arc:diff

npm run --silent tape:diff | node ./index.js

tape:passing

tape test/create-passing-tap.js

tap-arc:mixed

npm run --silent tape:mixed | node ./index.js

make-snapshots

node scripts/make-snapshots.js

tap-arc:simple

npm run --silent tape:simple | node ./index.js

tape:slow-pass

tape test/create-slow-passing-tap.js

tap-arc:passing

npm run --silent tape:passing | node ./index.js

tap-arc:simple:-p

npm run --silent tape:simple | node ./index.js -p

tap-arc:simple:-v

npm run --silent tape:simple | node ./index.js -v

Metadata

Downloads