Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of callIds #2584

Open
rluvaton opened this issue Feb 5, 2024 · 0 comments
Open

Documentation of callIds #2584

rluvaton opened this issue Feb 5, 2024 · 0 comments

Comments

@rluvaton
Copy link
Contributor

rluvaton commented Feb 5, 2024

Would you be open for PR to document the callIds property?

The reason it's needed is because let's say I have 2 function fn1 and fn2

And want to test assert the following

fn1();
fn2();
fn1();
fn2();

Currently I can't do that with the current assertions but I want to open it so I can add support for other assertions library to use (my sinon-jest-marchers specifically)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant