@sinonjs/referee

v2.1.1
Assertions for any JavaScript test framework and environment

build

run-s build:dist-folder build:bundle

build:bundle

rollup -c > dist/referee.js

build:dist-folder

mkdirp dist

lint

eslint .

precommit

lint-staged

prepublishOnly

npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin

test

mocha 'lib/**/*.test.js'

test-coverage

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

Metadata

Downloads