-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integration-karma): hydration tests base build (#2541)
* wip: test framework 1st checkpoint what i don't like: - the test (.spec) has cjs exports and needs a "def" variable, ideally, it should only need the export default and that's it. - it modifies existing lwc plugin, because it does need to be based on the output of pepe. wip: checkpoint 2, a lot better wip: checkpoint 3 wip: try run it in ci fix: ci fix: headers check fix: disable safari and firefox fix: bring back safari and firefox * wip: add hydration test commands to the readme * test(hydration): directives * test(hydration): component lifecycle * test: inner-html directive * wip: mismatch tests * wip: rename folder * fix: diff and reuse dom from lwc inner-html * wip: review feedback, better errors * refactor: use getAssociatedVM for hydration instead of getAssociatedVMIfPresent * fix: resolve todos * fix: display all attribute errors at once
- Loading branch information
Showing
121 changed files
with
1,735 additions
and
115 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
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
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.