mocha-annotated

v0.5.4
Mocha but with tasks and feedback built into it!
mocha bdd annotated

test

echo "Error: no test specified" && exit 1

lint

eslint --fix --ext .js '**/*.js'

prerelease

git checkout master; git pull origin master

release

standard-version --commit-all

postrelease

conventional-github-releaser -p angular

build

babel -d dist/ src/

prepublishOnly

npm run build
npm i mocha-annotated

Metadata

Downloads