We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2978911 commit 9d01688Copy full SHA for 9d01688
README.md
@@ -466,7 +466,7 @@ expect(spy('hello')).toEqual('world')
466
expect(spy('hello')).toEqual('solar system')
467
```
468
469
-### `debug(spy: TFunc, options?: DebugOptions): DebugInfo`
+### `debug(spy: TFunc, options?: DebugOptions): DebugResult`
470
471
Logs and returns information about a mock's stubbing and usage. Useful if a test with mocks is failing and you can't figure out why.
472
0 commit comments