Skip to content
/ sinon Public
forked from sinonjs/sinon

Test spies, stubs and mocks for JavaScript.

License

Notifications You must be signed in to change notification settings

zsh/sinon

This branch is 204 commits behind sinonjs/sinon:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

238f14b · Feb 3, 2022
Jan 31, 2022
Feb 1, 2022
Feb 3, 2022
Jan 30, 2022
Jan 31, 2022
Mar 22, 2021
Mar 8, 2018
Jul 20, 2021
Mar 22, 2021
Jul 20, 2021
May 12, 2021
Jul 21, 2018
Jan 28, 2022
Mar 27, 2021
Jan 31, 2022
Feb 1, 2022
Jan 25, 2021
May 11, 2021
Jan 25, 2021
Oct 13, 2018
Jan 19, 2022
Mar 21, 2017
Nov 4, 2021
Jan 28, 2022
Nov 4, 2021
Jan 28, 2022
Feb 1, 2022
Feb 1, 2022

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 Join the chat at https://gitter.im/sinonjs/sinon Build status 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 or drop by #sinon.js on irc.freenode.net:6667.

You can also search through the Sinon.JS mailing list archives.

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

Support us with a monthly donation and help us continue our activities. [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

About

Test spies, stubs and mocks for JavaScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%