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

Added helper for testing component events #769

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qvenge
Copy link
Contributor

@qvenge qvenge commented Jan 23, 2023

No description provided.


waitEvent(targetEvent: EventStoreEntry, timeout?: number): Promise<boolean> {
const
compareEvents = (event1: EventStoreEntry, event2: EventStoreEntry): boolean => Object.fastCompare(event1, event2);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вместо fastCompare использовать вариант из мр Данила

@bonkalol
Copy link
Member

bonkalol commented Aug 8, 2023

Кажется неактуально, добавил jest-mock который позволяет навесить шпиона на эмитер и после мониторить все события что были заэмичены

Хотя штуки типа waitEvent пригодились бы для ComponentObject

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

Successfully merging this pull request may close these issues.

2 participants