@sinonjs/samsam

v3.1.1
Value identification and comparison functions

lint

eslint .

test

mocha ./lib/*.test.js

build

run-s build:dist-folder build:bundle

benchmark

node lib/deep-equal-benchmark.js

test-cloud

npm run test-headless -- --wd

build:bundle

rollup -c > dist/samsam.js

test-coverage

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

test-headless

mochify lib/*.test.js

prepublishOnly

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

build:dist-folder

mkdirp dist
npm i @sinonjs/[email protected]

Metadata

Downloads