summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 66a83a655..9dff74f25 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -1646,6 +1646,12 @@ itest!(deno_test_no_check {
output: "deno_test.out",
});
+itest!(deno_test_unresolved_promise {
+ args: "test test_unresolved_promise.js",
+ exit_code: 1,
+ output: "deno_test_unresolved_promise.out",
+});
+
#[test]
fn timeout_clear() {
// https://github.com/denoland/deno/issues/7599