sinon
JavaScript test spies, stubs and mocks.
npm downloads npm version npm license
sinon유사 패키지:
npm 다운로드 트렌드
3 년
🌟 sinon의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[![Usage Trend of sinon](https://npm-compare.com/img/npm-trend/THREE_YEARS/sinon.png)](https://npm-compare.com/sinon#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 sinon의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[![GitHub Stars Trend of sinon](https://npm-compare.com/img/github-trend/sinon.png)](https://npm-compare.com/sinon)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
sinon9,077,9589,7482.08 MB484ヶ月前BSD-3-Clause
sinon의 README

Sinon.JS
Sinon.JS

Standalone and test framework agnostic JavaScript test spies, stubs and mocks (pronounced "sigh-non", named after Sinon, the warrior).

npm version Sauce Test Status Codecov status OpenCollective OpenCollective npm downloads per month CDNJS version Contributor Covenant

Compatibility

For details on compatibility and browser support, please see COMPATIBILITY.md

Installation

via npm

$ npm install sinon

or via Sinon's browser builds available for download on the homepage. There are also npm based CDNs one can use.

Usage

See the sinon project homepage for documentation on usage.

If you have questions that are not covered by the documentation, you can check out the sinon tag on Stack Overflow.

Goals

  • No global pollution
  • Easy to use
  • Require minimal “integration”
  • Easy to embed seamlessly with any testing framework
  • Easily fake any interface
  • Ship with ready-to-use fakes for timers

Contribute?

See CONTRIBUTING.md for details on how you can contribute to Sinon.JS

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]

Licence

Sinon.js was released under BSD-3