aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/test/spy-on.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13docs(guide): fix expect assertion example in guide for `spyOn` (#5294)Gravatar wing 1-1/+1
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls.
2023-08-25Readability tweaksGravatar Colin McDonnell 1-2/+2
2023-08-24Add guides for test runner (#4308)Gravatar Colin McDonnell 1-0/+46