diff options
Diffstat (limited to 'cli/tests/deno_test_unresolved_promise.out')
-rw-r--r-- | cli/tests/deno_test_unresolved_promise.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/deno_test_unresolved_promise.out b/cli/tests/deno_test_unresolved_promise.out new file mode 100644 index 000000000..cc4f2985e --- /dev/null +++ b/cli/tests/deno_test_unresolved_promise.out @@ -0,0 +1,4 @@ +Check [WILDCARD] +running 2 tests +test unresolved promise ... in promise +error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promise. |