Skip to content

Added helper for testing component events#769

Open
qvenge wants to merge 1 commit intomasterfrom
tests-event-helper
Open

Added helper for testing component events#769
qvenge wants to merge 1 commit intomasterfrom
tests-event-helper

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