Add docs for potential test timeout issue
Revert async loading components in ide.vue- Chunk deferred runtime and terminal modules in Web IDE
- Add docs for potential test timeout issue
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