吕君喜 406d880ac6 first há 3 anos atrás
..
lib 406d880ac6 first há 3 anos atrás
.editorconfig 406d880ac6 first há 3 anos atrás
.eslintignore 406d880ac6 first há 3 anos atrás
.eslintrc.yaml 406d880ac6 first há 3 anos atrás
.prettierrc 406d880ac6 first há 3 anos atrás
.travis.yml 406d880ac6 first há 3 anos atrás
LICENSE 406d880ac6 first há 3 anos atrás
README.md 406d880ac6 first há 3 anos atrás
eslint-local-rules.js 406d880ac6 first há 3 anos atrás
package.json 406d880ac6 first há 3 anos atrás

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)