* Helper function to await all pending dynamic imports * emulated using `dynamicImportOf` function.
()
| 100 | * emulated using `dynamicImportOf` function. |
| 101 | */ |
| 102 | function allPendingDynamicImports() { |
| 103 | return dynamicImportOf(null, 10); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Allows to verify behavior of defer blocks by providing a set of |
no test coverage detected
searching dependent graphs…