mocha-banner

v1.1.2
Terminal-wide banner with test name before each Mocha test
banner mocha test

ban

ban

deps

deps-ok && dependency-check --no-dev .

issues

git-issues

license

license-checker --production --onlyunknown --csv

lint

standard --verbose --fix src/*.js

prelint

npm run pretty

pretest

npm run lint

pretty

prettier-standard 'src/*.js'

secure

nsp check

size

t="$(npm pack .)"; wc -c "${t}"; tar tvf "${t}"; rm "${t}";

test

npm run unit

unit

mocha src/spec*.js

unused-deps

dependency-check --unused --no-dev .

build

tsc

semantic-release

semantic-action pre && npm publish && semantic-action post
npm i mocha-banner

Metadata

  • MIT
  • >=6
  • Gleb Bahmutov
  • released 3/24/2018

Downloads

Maintainers