COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200913112720/https://github.com/topics/sinon
Here are
215 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
Aug 31, 2020
JavaScript
Updated
Apr 28, 2017
JavaScript
Shows how to do unit tests and integration tests with Redux-Form
Updated
May 11, 2017
JavaScript
✅ Simple and straightforward Vuex Store mock for vue-test-utils
Updated
Sep 10, 2020
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 20, 2020
JavaScript
A collection of JavaScript coding challenges
Updated
Nov 14, 2018
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
Extend Sinon stubs for Mongoose methods to test chained methods easily
Updated
Sep 4, 2020
JavaScript
Intuitive mocking library for Typescript class imports
Updated
Aug 5, 2020
TypeScript
Example how to mock TypeORM database connection for your blazing unit-tests with Mocha and Jest
Updated
Sep 5, 2020
TypeScript
Sinon sandbox test integration for QUnit
Updated
Sep 11, 2020
JavaScript
Typescript implementation of red code parser and core simulator for the classic game Corewar
Updated
Sep 2, 2020
TypeScript
A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.
Updated
Jun 12, 2020
JavaScript
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
Nov 6, 2019
JavaScript
Example project for Express.js with JWT blogpost
Updated
Jun 14, 2019
JavaScript
Mock/stub the Express request/response objects using Jest or sinon
Updated
Aug 24, 2020
JavaScript
Reusable popover component for Vue
Updated
Apr 17, 2019
JavaScript
Node.js / Express Onion Architecture boilerplate with Typescript
Updated
Jul 17, 2020
TypeScript
Unit-testing for those hard to reach places
Updated
Sep 4, 2020
TypeScript
A useful website for finding movie's rating in Chinese and English. By crawling Yahoo, Ptt, IMDB.
Updated
Sep 7, 2020
TypeScript
🏝 Simple sinon like sandbox for jest
Updated
Jun 2, 2020
JavaScript
[Obsolete] Simple sinon wrapper providing bluebird promise support
Updated
Feb 13, 2020
JavaScript
🥒 Quick start for testing with Cucumber.js
Updated
Sep 12, 2020
JavaScript
Standalone and test framework agnostic Python test spies, stubs and mocks (pronounced "sigh-non").
Updated
Jun 24, 2020
Python
🤓 JavaScript Unit Testing Examples
Updated
Aug 30, 2017
JavaScript
Updated
Sep 4, 2020
TypeScript
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.
Reading through what a fake can and can not do is not clear from the documentation.
Describe the solution you'd like
Exact methods that are available to a Fake need to be documented.
First of all thank you for Sinon, I believe the library is powerful and has helped me write a lot of tests. What I'm requesting here is