login/node_modules/@sinonjs/commons
2021-10-25 18:07:40 +05:30
..
.circleci error logs and token details 2021-10-25 18:07:40 +05:30
lib Adding node_modules for dependabot (#67) 2020-10-12 14:58:40 +05:30
.editorconfig error logs and token details 2021-10-25 18:07:40 +05:30
.eslintignore error logs and token details 2021-10-25 18:07:40 +05:30
.eslintrc.yaml error logs and token details 2021-10-25 18:07:40 +05:30
.prettierrc error logs and token details 2021-10-25 18:07:40 +05:30
CHANGES.md Adding node_modules for dependabot (#67) 2020-10-12 14:58:40 +05:30
CODE_OF_CONDUCT.md error logs and token details 2021-10-25 18:07:40 +05:30
eslint-local-rules.js error logs and token details 2021-10-25 18:07:40 +05:30
LICENSE Adding node_modules for dependabot (#67) 2020-10-12 14:58:40 +05:30
package.json Adding node_modules for dependabot (#67) 2020-10-12 14:58:40 +05:30
README.md Adding node_modules for dependabot (#67) 2020-10-12 14:58:40 +05:30

commons

CircleCI codecov Contributor Covenant

Simple functions shared among the sinon end user libraries

Rules

  • Follows the Sinon.JS compatibility
  • 100% test coverage
  • Code formatted using Prettier
  • No side effects welcome! (only pure functions)
  • No platform specific functions
  • One export per file (any bundler can do tree shaking)