@sinonjs/samsam

v7.0.0
Value identification and comparison functions

lint

eslint .

test

mocha ./lib/*.test.js

build

rm -rf types && tsc

jsdoc

jsdoc -c jsdoc.conf.json

prepare

husky install

version

changes --commits --footer

benchmark

node lib/deep-equal-benchmark.js

preversion

./check-external-dependencies.sh && npm run test-check-coverage

test-cloud

npm run test-headless -- --wd

postversion

git push --follow-tags && npm publish --access public

test-coverage

nyc --all --reporter text --reporter html --reporter lcovonly npm run test

test-headless

mochify --no-detect-globals --recursive -R dot --plugin [ proxyquire-universal ] "./lib/*.test.js"

prepublishOnly

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

prettier:check

prettier --check '**/*.{js,css,md}'

prettier:write

prettier --write '**/*.{js,css,md}'

test-check-coverage

npm run test-coverage && nyc check-coverage --branches 100 --functions 100 --lines 100
npm i @sinonjs/[email protected]

Metadata

Downloads