-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test case for hierarchical event bubbling
Async event dispatching is surprisingly complicated. Make sure to see #2510 for details, comments and discussion
- Loading branch information
1 parent
9cf69cd
commit 3025bf2
Showing
3 changed files
with
421 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ args = [ | |
"--", | ||
"--features", | ||
"${YEW_TEST_FEATURES}", | ||
"--", | ||
"portal_bubbling" | ||
] | ||
|
||
[tasks.doc-test] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.