Commit Graph

7 Commits

Author SHA1 Message Date
Ian Bull
7539060ceb
refactor(expect): align error messages in the matchers (#5835) 2024-08-27 14:18:01 +09:00
Yoshiya Hinosawa
335e073f98
fix(expect): fix validation of nth param in toHaveBeenNthCalledWith matcher (#5227) 2024-07-01 18:14:19 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Gabriele Belluardo
dd95b2c7dc
refactor(expect): format test names (#4287)
* refactor(expect): format test names

* Update expect/_assert_not_equals_test.ts

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-02-09 09:00:55 +11:00
Simon Holloway
508f3f568f
refactor(expect): prepare for noUncheckedIndexedAccess (#4150)
* refactor(expect): prepare for `noUncheckedIndexedAccess`

* test(expect): better error messages for missing mock call

* test(expect): follow testing naming guidelines

* tweak

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-11 12:14:44 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Yoshiya Hinosawa
1a7ede05b4
feat: add std/expect (#3814)
Co-authored-by: Thomas Cruveilher <38007824+Sorikairox@users.noreply.github.com>
2023-11-21 23:52:38 +09:00