吕君喜 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)