Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 17, 2024
1 parent 1a62a1f commit a72d726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ await promise

console.log(spied.results) // ['ok', Promise<'a!'>]

console.log(await spied.results[0]) // 'a!'
console.log(await spied.returns[0]) // 'a!'
```

> [!WARNING]
Expand Down

0 comments on commit a72d726

Please sign in to comment.