Skip to content

sinonjs/sinon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80bc1d9 · Oct 31, 2024
Sep 13, 2024
Sep 10, 2024
Oct 31, 2024
May 7, 2024
Sep 13, 2024
Sep 11, 2024
Mar 22, 2021
Mar 8, 2018
Oct 5, 2023
Oct 20, 2023
Oct 18, 2023
Jul 21, 2018
Oct 18, 2023
Mar 30, 2023
Sep 13, 2024
Oct 27, 2023
Sep 13, 2024
Jan 25, 2021
Sep 10, 2024
Sep 26, 2023
Sep 13, 2024
Oct 29, 2024
Mar 21, 2017
Nov 6, 2023
Jan 28, 2022
Sep 11, 2024
Sep 10, 2024
Sep 11, 2024
Oct 31, 2024
Oct 31, 2024

Repository files navigation

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 XMLHttpRequest, timers and more

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