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/058_tasks_microtasks_close.ts.out | |
| parent | 3938071e91e7c3dcf7b4e727601e1e99005aceab (diff) | |
feat: window.close() (#4474)
Diffstat (limited to 'cli/tests/058_tasks_microtasks_close.ts.out')
| -rw-r--r-- | cli/tests/058_tasks_microtasks_close.ts.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/058_tasks_microtasks_close.ts.out b/cli/tests/058_tasks_microtasks_close.ts.out new file mode 100644 index 000000000..218273cab --- /dev/null +++ b/cli/tests/058_tasks_microtasks_close.ts.out @@ -0,0 +1,6 @@ +sync 1 +sync 2 +promise 1 +setTimeout 1 +Promise resolve in setTimeout 1 +setTimeout 2 |
