diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2020-03-24 20:56:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 23:56:40 -0400 |
commit | 5d7bcf86fdb2bfcee0bfac24aeb7aeecb8b3faca (patch) | |
tree | 07e3f9b315253c27924687100a6e1891768696dc /cli/tests/integration_tests.rs | |
parent | 3938071e91e7c3dcf7b4e727601e1e99005aceab (diff) |
feat: window.close() (#4474)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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", |