https://github.com/sinonjs/commons
Simple functions shared among the sinon end user libraries
https://github.com/sinonjs/commons
Last synced: 10 months ago
JSON representation
Simple functions shared among the sinon end user libraries
- Host: GitHub
- URL: https://github.com/sinonjs/commons
- Owner: sinonjs
- License: bsd-3-clause
- Created: 2018-07-31T10:52:54.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:53:15.000Z (about 2 years ago)
- Last Synced: 2025-08-04T10:08:59.362Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 4
- Watchers: 7
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# commons
[](https://circleci.com/gh/sinonjs/commons)
[](https://codecov.io/gh/sinonjs/commons)

Simple functions shared among the sinon end user libraries
## Rules
- Follows the [Sinon.JS compatibility](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#compatibility)
- 100% test coverage
- Code formatted using [Prettier](https://prettier.io)
- No side effects welcome! (only pure functions)
- No platform specific functions
- One export per file (any bundler can do tree shaking)