mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
12e700bddf
This commit fixes test runner by awaitning "Deno.runTests()" call, which ensures proper error is returned when there's an unresolved promise that's being awaited.
4 lines
217 B
Text
4 lines
217 B
Text
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.
|