diff options
Diffstat (limited to 'cli/tests/top_level_await_circular.out')
| -rw-r--r-- | cli/tests/top_level_await_circular.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/top_level_await_circular.out b/cli/tests/top_level_await_circular.out new file mode 100644 index 000000000..d47564441 --- /dev/null +++ b/cli/tests/top_level_await_circular.out @@ -0,0 +1,7 @@ +timeout loop 0 +timeout loop 1 +timeout loop 2 +timeout loop 3 +timeout loop 4 +timeout loop 5 +error: Dynamically imported module evaluation is still pending but there are no pending ops. This situation is often caused by unresolved promise. |
