-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(test): use flush function instead of custom one
Before this commit some unit test suites were using custom function to delay assertions because of the latency of the DOM to be updated by dom-repeat and dom-if. Now, they are using the function "flush" (that is provided by web-component-teser?). See: https://www.polymer-project.org/2.0/docs/tools/tests#hybrid-elements-test-local-dom
- Loading branch information
1 parent
9821069
commit 03962c7
Showing
1 changed file
with
12 additions
and
18 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