@sinonjs/samsam

v8.0.2
Value identification and comparison functions

benchmark

node lib/deep-equal-benchmark.js

build

rm -rf types && tsc

jsdoc

jsdoc -c jsdoc.conf.json

lint

eslint .

prepublishOnly

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

test

mocha ./lib/*.test.js

test-cloud

npm run test-headless -- --wd

test-check-coverage

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

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"

prettier:check

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

prettier:write

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

preversion

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

version

changes --commits --footer

postversion

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

prepare

husky install
npm i @sinonjs/samsam

Metadata

Downloads