Skip to content

Commit

Permalink
docs(vi): remove extra comma (#7387)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz authored Jan 30, 2025
1 parent 9acc13f commit ad8ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ This will clear mock history and reset each mock's implementation to its origina
### vi.restoreAllMocks

Calls [`.mockRestore()`](/api/mock#mockrestore) on all spies.
This will clear mock history, restore all original mock implementations, , and restore original descriptors of spied-on objects.
This will clear mock history, restore all original mock implementations, and restore original descriptors of spied-on objects.

### vi.spyOn

Expand Down

0 comments on commit ad8ffac

Please sign in to comment.