diff options
Diffstat (limited to 'cli/tests/test/unresolved_promise.out')
-rw-r--r-- | cli/tests/test/unresolved_promise.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/test/unresolved_promise.out b/cli/tests/test/unresolved_promise.out new file mode 100644 index 000000000..cd505bcbf --- /dev/null +++ b/cli/tests/test/unresolved_promise.out @@ -0,0 +1,6 @@ +Check [WILDCARD]/test/unresolved_promise.ts +running 2 tests from [WILDCARD]/test/unresolved_promise.ts +test unresolved promise ... +test result: FAILED. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + +error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promise. |