The Wayback Machine - https://web.archive.org/web/20210815093257/https://github.com/topics/sinon
Here are
235 public repositories
matching this topic...
🛠️ ⚡ Step-by-step tutorial to build a modern JavaScript stack.
Updated
Jul 29, 2020
JavaScript
A minimal test double library for TDD with JavaScript
Updated
Jun 3, 2021
JavaScript
Updated
Apr 28, 2017
JavaScript
✅ Simple and straightforward Vuex Store mock for vue-test-utils
Updated
Aug 9, 2021
JavaScript
Some examples on how to achieve the same goal with either of both libraries: sinon and jest. Also some of those goals achievable only by one of these tools.
Updated
Jul 3, 2021
JavaScript
Shows how to do unit tests and integration tests with Redux-Form
Updated
May 11, 2017
JavaScript
A collection of JavaScript coding challenges
Updated
Nov 20, 2020
JavaScript
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
Updated
Aug 29, 2017
JavaScript
Node.js / Express Onion Architecture boilerplate with Typescript - OOP Variant
Updated
Aug 11, 2021
TypeScript
Extend Sinon stubs for Mongoose methods to test chained methods easily
Updated
Aug 10, 2021
JavaScript
Intuitive mocking library for Typescript class imports
Updated
May 21, 2021
TypeScript
Example how to mock TypeORM database connection for your blazing unit-tests with Mocha and Jest
Updated
Aug 11, 2021
TypeScript
Sinon sandbox test integration for QUnit
Updated
Aug 11, 2021
JavaScript
A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.
Updated
Jun 12, 2020
JavaScript
Mock/stub the Express request/response objects using Jest or sinon
Updated
Aug 10, 2021
JavaScript
Typescript implementation of red code parser and core simulator for the classic game Corewar
Updated
Aug 11, 2021
TypeScript
Simple request and response mock objects to pass into Express routes when testing using Sinon.
Updated
Aug 21, 2019
JavaScript
Chai browser plugins set for Karma
Updated
Jul 1, 2021
JavaScript
Example project for Express.js with JWT blogpost
Updated
Jun 14, 2019
JavaScript
Reusable popover component for Vue
Updated
Apr 17, 2019
JavaScript
Unit-testing for those hard to reach places
Updated
Aug 10, 2021
TypeScript
Nextmeal is an online platform for you to readily access to awesome food nearby with reasonable price.
A useful website for finding movie's rating in Chinese and English. By crawling Yahoo, Ptt, IMDB.
Updated
Aug 10, 2021
TypeScript
🏝 Simple sinon like sandbox for jest
Updated
Jun 2, 2020
JavaScript
🤓 JavaScript Unit Testing Examples
Updated
Jun 9, 2021
JavaScript
Updated
Oct 14, 2018
JavaScript
[Obsolete] Simple sinon wrapper providing bluebird promise support
Updated
Feb 13, 2020
JavaScript
Standalone and test framework agnostic Python test spies, stubs and mocks (pronounced "sigh-non").
Updated
Mar 20, 2021
Python
Improve this page
Add a description, image, and links to the
sinon
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sinon
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
Today we silently ignore stubbing issues, such as trying to use
sinon.stub(obj, 'prop'), whenobj.propis a synthetic getter. From a user perspective, it is probably more user friendly to be explicitly told immediately that this Object.descriptor is non-configurable (perhaps even with a link to a Sinon doc page!) and cannot be