4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-09 05:56:55 +00:00
setup-helm/node_modules/@sinonjs/commons
2022-07-25 17:21:04 +00:00
..
lib Add node modules and compiled JavaScript from main 2022-07-25 17:21:04 +00:00
types Add node modules and compiled JavaScript from main 2022-07-25 17:21:04 +00:00
CHANGES.md Add node modules and compiled JavaScript from main 2022-07-25 17:21:04 +00:00
LICENSE Add node modules and compiled JavaScript from main 2022-07-25 17:21:04 +00:00
package.json Add node modules and compiled JavaScript from main 2022-07-25 17:21:04 +00:00
README.md Add node modules and compiled JavaScript from main 2022-07-25 17:21:04 +00:00

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)