login/node_modules/@sinonjs/commons
2024-03-04 14:04:27 +08:00
..
lib prepare release v2 2024-03-04 14:04:27 +08:00
types prepare release v2 2024-03-04 14:04:27 +08:00
LICENSE prepare release v2 2024-03-04 14:04:27 +08:00
package.json prepare release v2 2024-03-04 14:04:27 +08:00
README.md prepare release v2 2024-03-04 14:04:27 +08: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)