salesforce/lwc

Ignore expected server-side warning messages in hydration tests

nolanlawson opened this issue · 0 comments

When running yarn hydration:test in packages/@lwc/integration-karma, there are certain console.warns 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.warns and silence the rest.