Skip to content

Remove tests that import a whole page entry point

Eduardo Sanz García requested to merge eduardosanz/remove-rendergfm-tests into master

What does this MR do and why?

Remove test that import a whole page entry point

Compiling a complete page entry point (index.js) through Babel is slow and can cause issues with the I/O in the CI. We typically don't test this files via Jest.

An alternative could be testing on a feature test.

See !149611 (comment 1871744825)

See !150143 (merged)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

Merge request reports