吕君喜 406d880ac6 first преди 3 години
..
lib 406d880ac6 first преди 3 години
.editorconfig 406d880ac6 first преди 3 години
.eslintignore 406d880ac6 first преди 3 години
.eslintrc.yaml 406d880ac6 first преди 3 години
.prettierrc 406d880ac6 first преди 3 години
.travis.yml 406d880ac6 first преди 3 години
LICENSE 406d880ac6 first преди 3 години
README.md 406d880ac6 first преди 3 години
eslint-local-rules.js 406d880ac6 first преди 3 години
package.json 406d880ac6 first преди 3 години

README.md

commons

Build status Coverage Status

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)