Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-14 | Fix links | 1 | -1/+1 | ||
2023-09-13 | Fix mock example | 1 | -1/+1 | ||
2023-09-13 | docs(guide): fix expect assertion example in guide for `spyOn` (#5294) | 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-12 | Various docs (#5201) | 2 | -1/+113 | ||
* Updates * Improve jest guide * Improve | |||||
2023-09-10 | Update todo-tests.md (#4771) | 1 | -1/+1 | ||
2023-09-07 | Doc updates for v1.0 (#4485) | 3 | -7/+7 | ||
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows | |||||
2023-08-25 | Fix link | 2 | -2/+2 | ||
2023-08-25 | Readability tweaks | 10 | -36/+51 | ||
2023-08-24 | Add guides for test runner (#4308) | 16 | -0/+752 | ||