chai-quantifiers

v1.0.18
Array quantifier assertions for chai assertion library
chai assertions chai-plugin quantifiers array

lint

eslint . --ignore-path ./.eslintignore

test

npm run test:unit && npm run test:typescript

test:unit

mocha --exit --recursive test/**/*.spec.js

test:typescript

mocha -r ts-node/register --exit --recursive test/**/*.spec.ts

cover

NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test/**/*.spec.js

coveralls

npm run cover && nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls

preversion

npm run lint && npm test
npm i chai-quantifiers

Metadata

  • MIT
  • >=12.x.x
  • Frank Thelen>
  • released 2/26/2024

Downloads