|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
806 bytes
|
| Line | |
|---|
| 1 | # commons
|
|---|
| 2 |
|
|---|
| 3 | [](https://circleci.com/gh/sinonjs/commons)
|
|---|
| 4 | [](https://codecov.io/gh/sinonjs/commons)
|
|---|
| 5 | <a href="CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
|
|---|
| 6 |
|
|---|
| 7 | Simple functions shared among the sinon end user libraries
|
|---|
| 8 |
|
|---|
| 9 | ## Rules
|
|---|
| 10 |
|
|---|
| 11 | - Follows the [Sinon.JS compatibility](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#compatibility)
|
|---|
| 12 | - 100% test coverage
|
|---|
| 13 | - Code formatted using [Prettier](https://prettier.io)
|
|---|
| 14 | - No side effects welcome! (only pure functions)
|
|---|
| 15 | - No platform specific functions
|
|---|
| 16 | - One export per file (any bundler can do tree shaking)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.