We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf936 commit cbae699Copy full SHA for cbae699
docs/release-source/release/stubs.md
@@ -126,6 +126,8 @@ var stub = sinon.createStubInstance(MyConstructor);
126
stub.foo.returns(3);
127
```
128
129
+See the [Utilities API](../utils) for more information.
130
+
131
#### `stub.withArgs(arg1[, arg2, ...]);`
132
133
Stubs the method only for the provided arguments.
0 commit comments