-
Updated
Jul 19, 2021 - PHP
stub
Here are 296 public repositories matching this topic...
-
Updated
Aug 6, 2021 - 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 mock ends up having:
... import SOMEBADTHING ...
Looks like it is looking for "{import .*}" in source files and just adding that verbatim to the output file, causing compile issues.
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Dec 1, 2020 - Objective-C
-
Updated
Aug 13, 2021 - Objective-C
-
Updated
Jan 4, 2021 - Java
-
Updated
May 28, 2021 - Swift
-
Updated
Sep 20, 2018 - Swift
-
Updated
Jul 13, 2021 - PHP
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 2, 2021 - C++
-
Updated
Jul 16, 2021 - Python
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
May 21, 2021 - TypeScript
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.
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