Skip to content

Stubbed async components for Jest

Denys Mishunov requested to merge dmishunov/ide_spec-async-jest into master

What does this MR do?

Stubs the async components for Jest tests to prevent the tests from timing out. The issue happens due to the need of fetching the async components at the run-time.

Screenshots (strongly suggested)

It's the developer-facing change, hence no changelog entries.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Relates to #280809 (closed)

Edited by Denys Mishunov

Merge request reports