[go: nahoru, domu]

tree: 155c9e3b45c497977e0f7d929971eec0b3365914 [path history] [tgz]
  1. .circleci/
  2. lib/
  3. .editorconfig
  4. .eslintignore
  5. .eslintrc.yaml
  6. .prettierrc
  7. eslint-local-rules.js
  8. LICENSE
  9. package.json
  10. README.md
node_modules/@sinonjs/commons/README.md

commons

CircleCI codecov

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)