WUT_Computer_Science/EGUI/lab3/front/node_modules/@sinonjs/commons
2022-06-15 03:02:51 +02:00
..
lib chore 2022-06-15 03:02:51 +02:00
types chore 2022-06-15 03:02:51 +02:00
CHANGES.md chore 2022-06-15 03:02:51 +02:00
LICENSE chore 2022-06-15 03:02:51 +02:00
package.json chore 2022-06-15 03:02:51 +02:00
README.md chore 2022-06-15 03:02:51 +02: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)