summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/unresolved_promise.out
diff options
context:
space:
mode:
authorKnorpelSenf <shtrog@gmail.com>2021-12-01 15:22:11 +0100
committerGitHub <noreply@github.com>2021-12-01 15:22:11 +0100
commit4c36fa1fdf6c353fb01f2ec80da39a52e969fb5f (patch)
treec3d89f4918551ce035e8d51aa17e7e36f0db401d /cli/tests/testdata/test/unresolved_promise.out
parent7ef76c1dc3876e3e6b9fa5d2b8b300c663c95469 (diff)
chore: Fix typo in no-pending-ops error message (#12948)
Diffstat (limited to 'cli/tests/testdata/test/unresolved_promise.out')
-rw-r--r--cli/tests/testdata/test/unresolved_promise.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/test/unresolved_promise.out b/cli/tests/testdata/test/unresolved_promise.out
index 4e5c20a3b..60f9e3d24 100644
--- a/cli/tests/testdata/test/unresolved_promise.out
+++ b/cli/tests/testdata/test/unresolved_promise.out
@@ -2,4 +2,4 @@ Check [WILDCARD]/test/unresolved_promise.ts
test result: ok. 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.
+error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promises.