login/node_modules/@sinonjs/commons
2023-11-20 14:12:35 +08:00
..
lib prepare release 1.5.0 2023-11-20 14:12:35 +08:00
types prepare release 1.5.0 2023-11-20 14:12:35 +08:00
LICENSE prepare release 1.5.0 2023-11-20 14:12:35 +08:00
package.json prepare release 1.5.0 2023-11-20 14:12:35 +08:00
README.md prepare release 1.5.0 2023-11-20 14:12:35 +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)