* Helper function to await all pending dynamic imports * emulated using `dynamicImportOf` function.
()
| 92 | * emulated using `dynamicImportOf` function. |
| 93 | */ |
| 94 | function allPendingDynamicImports() { |
| 95 | return dynamicImportOf(null, 10); |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Allows to verify behavior of defer blocks by providing a set of |
no test coverage detected