Skip to content

Commit

Permalink
fixup: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed May 11, 2024
1 parent 21c4499 commit 6fd155f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,11 @@ const result = coolFunc(1, 2, 4)

debug(coolFunc)
// `coolFunc()` has:
//
// 2 stubbings with 0 calls
// - 0 calls: `coolFunc(1, 2, 3) => 123`
// - 0 calls: `coolFunc(4, 5, 6) => { throw [Error: oh no] }`
//
// 1 unmatched call
// - `coolFunc(1, 2, 4)`
// * 2 stubbings with 0 calls
// * Called 0 times: `(1, 2, 3) => 123`
// * Called 0 times: `(4, 5, 6) => { throw [Error: oh no] }`
// * 1 unmatched call
// * `(1, 2, 4)`
```

#### `DebugOptions`
Expand Down

0 comments on commit 6fd155f

Please sign in to comment.