-
Updated
Mar 15, 2022 - PHP
stub
Here are 315 public repositories matching this topic...
-
Updated
Mar 22, 2022 - Objective-C
What you did:
Create a route:
/orders/*
then set the delay to 2000ms.
What happened:
route not delayed when hit with another param beside *
/orders/1 not delayed

/orders/900 not delayed
/orders/* delayed
 -> Void
)The generated mocks do not properly remove the line breaks before attempting to put it into a single-line string literal, resulting in the errors Unterminated string literal, `Consecutive statement
-
Updated
Oct 21, 2021 - TypeScript
-
Updated
Dec 1, 2020 - Objective-C
-
Updated
Mar 15, 2022 - Objective-C
-
Updated
Nov 3, 2021 - Java
-
Updated
Apr 8, 2022 - Swift
-
Updated
Mar 23, 2022 - Swift
-
Updated
Dec 3, 2021 - PHP
-
Updated
Sep 20, 2018 - Swift
-
Updated
Jan 22, 2022 - Python
-
Updated
Feb 12, 2022 - JavaScript
Improve this page
Add a description, image, and links to the stub topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stub topic, visit your repo's landing page and select "manage topics."



Is your feature request related to a problem? Please describe.
If you want to use
sinonwithmocha, you shouldn't forget torestorethe sinon sandbox after each test. This is documented here in general setup.Since version 7.2, mocha supports root hooks. It is a way to export mocha root hooks (
beforeEach,afterEachetc) fr