Docs
Reference
Guides
Blog
Discord
/
bun:test
/
Matchers
/
toBeCalledWith
M
toBeCalledWith
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
bun:test
/
Matchers
/
toBeCalledWith
M
toBeCalledWith
method
test.Matchers.toBeCalledWith
toBeCalledWith
(
...
expected
:
unknown
[]
)
:
void
;
Ensure that a mock function is called with specific arguments.