Skip to content

Remove webpack-internal console error messages for feature specs

Alex Buijs requested to merge remove-webpack-internal-console-errors into master

What does this MR do and why?

Exempt webpack-internal console messages from raising a JSConsoleError during feature specs.

Whenever a feature spec fails, a webpack-internal JS console message is raised as an additional failure.

This MR hides webpack-internal messages from the failure output.

Screenshots or screen recordings

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alex Buijs

Merge request reports