login/node_modules/@sinonjs/commons
Rakesh Kumar 807bb60301
Update build files and add node_modules (#54)
* update build files

* add node_modules
2020-09-23 12:15:33 +05:30
..
.circleci Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
lib Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
.editorconfig Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
.eslintignore Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
.eslintrc.yaml Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
.prettierrc Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
CHANGES.md Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
CODE_OF_CONDUCT.md Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
eslint-local-rules.js Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
LICENSE Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
package.json Update build files and add node_modules (#54) 2020-09-23 12:15:33 +05:30
README.md Update build files and add node_modules (#54) 2020-09-23 12:15:33 +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)