salesforce / lwc-test

LWC plugins and utilities for testing
MIT License
46 stars 31 forks source link

chore: remove id/idref serialization (BREAKING CHANGE) #201

Closed ekashida closed 1 year ago

ekashida commented 1 year ago

Fixes #198.

Remove id/idref serialization in jest snapshots due to conflicts with a11y testing (i.e., duplicated id values [shadow:guid]). LWC's scoped id implementation is no longer likely to change as @lwc/synthetic-shadow is in maintenance mode so there's not much value in keeping this around.