Skip to content

Commit cbae699

Browse files
authored
Link to createStubInstance util.md docs in stubs.md (#2577)
1 parent adcf936 commit cbae699

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/release-source/release/stubs.md

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ var stub = sinon.createStubInstance(MyConstructor);
126126
stub.foo.returns(3);
127127
```
128128

129+
See the [Utilities API](../utils) for more information.
130+
129131
#### `stub.withArgs(arg1[, arg2, ...]);`
130132

131133
Stubs the method only for the provided arguments.

0 commit comments

Comments
 (0)