The template that's generated from snapshot tests has the CSS classnames as unknown. After doing a little bit of research, it looks like the easiest way to solve this is by using identity-obj-proxy.
I'm curious on how others are solving this issue if using snapshot testing for components.
If this is the only solution, I can create a PR that adds the following:
The template that's generated from snapshot tests has the CSS classnames as
unknown
. After doing a little bit of research, it looks like the easiest way to solve this is by usingidentity-obj-proxy
.I'm curious on how others are solving this issue if using snapshot testing for components.
If this is the only solution, I can create a PR that adds the following:
@kitze thoughts?