actions/github/codeql-action-v2/node_modules/@sinonjs/commons
2026-01-31 18:56:04 +01:00
..
lib initial commit of actions 2026-01-31 18:56:04 +01:00
types initial commit of actions 2026-01-31 18:56:04 +01:00
LICENSE initial commit of actions 2026-01-31 18:56:04 +01:00
package.json initial commit of actions 2026-01-31 18:56:04 +01:00
README.md initial commit of actions 2026-01-31 18:56:04 +01: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)