Ignore expected server-side warning messages in hydration tests
nolanlawson opened this issue · 0 comments
nolanlawson commented
When running yarn hydration:test
in packages/@lwc/integration-karma
, there are certain console.warn
s that are expected, and just logged to the console.
This is a bit annoying – it would be better if we filtered to only unknown/unexpected console.warn
s and silence the rest.