@sinonjs/commons

v1.0.2
Simple functions shared among the sinon end user libraries

lint

eslint .

precommit

lint-staged

test

mocha --recursive -R dot "lib/**/*.test.js"

test-check-coverage

npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100

test-coverage

nyc --reporter text --reporter html --reporter lcovonly npm run test
npm i @sinonjs/[email protected]

Metadata

Downloads