Jake Boone
|
eff2ea6271
|
Fix "lines" and "functions" in coverage threshold guide (#12217)
|
2024-06-27 16:00:13 -07:00 |
|
Jake Boone
|
b2b7ad235e
|
Remove expect.extend from list of missing features in migrate-from-jest.md (#11214)
|
2024-05-20 22:12:29 -07:00 |
|
Jarred Sumner
|
a09c421f2a
|
```sh-diff doesn't work
|
2024-04-04 08:48:51 -07:00 |
|
Henrikh Kantuni
|
fc05cbfedc
|
Fix typo (#8930)
"Buns supports" → "Bun supports"
Co-authored-by: John-David Dalton <john.david.dalton@gmail.com>
|
2024-02-15 16:20:55 -08:00 |
|
Brian Knight
|
851b19ee0e
|
Fix imports in run-tests example (#7368)
Adds `describe` to the import statement in a run tests example. Without this, the example does not run properly and returns an error.
|
2023-11-29 18:00:15 -08:00 |
|
James Anderson
|
5f86b839b4
|
feat(test): toHaveBeenCalledWith and toHaveBeenLastCalledWith (#7277)
|
2023-11-24 18:24:21 -08:00 |
|
Susheel Thapa
|
2327737b14
|
docs: fixed typo in guides, install and runtime folder (#6718)
|
2023-10-25 18:27:05 -07:00 |
|
Colin McDonnell
|
31691e3898
|
Fix links
|
2023-09-14 21:02:52 -07:00 |
|
Colin McDonnell
|
22f14129e5
|
Fix mock example
|
2023-09-13 20:42:10 -07:00 |
|
wing
|
1c570b41bc
|
docs(guide): fix expect assertion example in guide for spyOn (#5294)
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-13 14:08:09 -07:00 |
|
Colin McDonnell
|
18b521d9b8
|
Various docs (#5201)
* Updates
* Improve jest guide
* Improve
|
2023-09-12 21:51:49 -07:00 |
|
toneyzhen
|
f64b504bae
|
Update todo-tests.md (#4771)
|
2023-09-10 11:32:31 -07:00 |
|
Colin McDonnell
|
5424ea3403
|
Doc updates for v1.0 (#4485)
* Remove v0.x messages
* Add windows section to Installatino
* update
* update
* Update
* Comment out windows
|
2023-09-07 10:09:09 -07:00 |
|
Colin McDonnell
|
f70bb2497b
|
Fix link
|
2023-08-25 12:50:13 -07:00 |
|
Colin McDonnell
|
d62b0c3652
|
Readability tweaks
|
2023-08-25 12:47:47 -07:00 |
|
Colin McDonnell
|
73b3fb7b0f
|
Add guides for test runner (#4308)
|
2023-08-24 22:28:07 -07:00 |
|