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

fdnk/sinon

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

Folders and files

NameName
Last commit message
Last commit date
Jul 11, 2016
Jun 21, 2016
Jul 12, 2016
Mar 3, 2016
Jul 12, 2016
Aug 5, 2014
Mar 3, 2016
Oct 16, 2015
Mar 3, 2016
Mar 11, 2016
May 26, 2016
Jul 7, 2016
Apr 13, 2016
Jul 7, 2016
Feb 11, 2014
Jul 7, 2016
Jul 7, 2016
Feb 10, 2016
Jul 7, 2016
May 9, 2013

Repository files navigation

Sinon.JS

Join the chat at https://gitter.im/sinonjs/sinon

Build status bitHound Score

Standalone and test framework agnostic JavaScript test spies, stubs and mocks (pronounced "sigh-non").

Installation

via npm (node package manager)

$ npm install sinon

or via sinon's browser builds available for download on the homepage.

Usage

See the sinon project homepage for documentation on usage.

If you have questions that are not covered by the documentation, please post them to the Sinon.JS mailing list or drop by #sinon.js on irc.freenode.net:6667 or the Gitter channel.

Important: AMD needs pre-built version

Sinon.JS as source doesn't work with AMD loaders (when they're asynchronous, like loading via script tags in the browser). For that you will have to use a pre-built version. You can either build it yourself or get a numbered version from http://sinonjs.org.

This might or might not change in future versions, depending of outcome of investigations. Please don't report this as a bug, just use pre-built versions.

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

About

Test spies, stubs and mocks for JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%