From 5d7bcf86fdb2bfcee0bfac24aeb7aeecb8b3faca Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 24 Mar 2020 20:56:40 -0700 Subject: feat: window.close() (#4474) --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 02c46840e..f8651869b 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1078,6 +1078,11 @@ itest!(_057_revoke_permissions { output: "057_revoke_permissions.out", }); +itest!(_058_tasks_microtasks_close { + args: "run 058_tasks_microtasks_close.ts", + output: "058_tasks_microtasks_close.ts.out", +}); + itest!(js_import_detect { args: "run --reload js_import_detect.ts", output: "js_import_detect.ts.out", -- cgit v1.2.3