Skip to content

Add docs for potential test timeout issue

Paul Slaughter requested to merge ps-docs-for-precompiling-modules-in-jest into master

What does this MR do?

In #280809 (closed) it was identified that async importing modules can cause Jest to timeout because the transpiling happens at run-time as opposed to compile-time.

This MR adds some docs for a potential workaround.

Edited by Paul Slaughter

Merge request reports