Skip to content

Commit 9d01688

Browse files
committed
docs(readme): fix debug signature typo
1 parent 2978911 commit 9d01688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ expect(spy('hello')).toEqual('world')
466466
expect(spy('hello')).toEqual('solar system')
467467
```
468468

469-
### `debug(spy: TFunc, options?: DebugOptions): DebugInfo`
469+
### `debug(spy: TFunc, options?: DebugOptions): DebugResult`
470470

471471
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.
472472

0 commit comments

Comments
 (0)