aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-14Fix linksGravatar Colin McDonnell 1-1/+1
2023-09-13Fix mock exampleGravatar Colin McDonnell 1-1/+1
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-09-12Various docs (#5201)Gravatar Colin McDonnell 2-1/+113
* Updates * Improve jest guide * Improve
2023-09-10Update todo-tests.md (#4771)Gravatar toneyzhen 1-1/+1
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 3-7/+7
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-25Fix linkGravatar Colin McDonnell 2-2/+2
2023-08-25Readability tweaksGravatar Colin McDonnell 10-36/+51
2023-08-24Add guides for test runner (#4308)Gravatar Colin McDonnell 16-0/+752