diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-03-05 10:32:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 05:32:17 -0500 |
| commit | da5ca4f521828a8b31cf22ee227000c2910df28b (patch) | |
| tree | f9a95010450d77742e54f0a728442c273ab41b02 | |
| parent | 04740af7879097af94f21769fdc75bae0320db93 (diff) | |
fix(cli/tests): Fix flaky worker test (#9691)
| -rw-r--r-- | cli/tests/workers/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/workers/test.ts b/cli/tests/workers/test.ts index f411e434f..c2dd41aee 100644 --- a/cli/tests/workers/test.ts +++ b/cli/tests/workers/test.ts @@ -694,5 +694,6 @@ Deno.test({ } }; await result; + worker.terminate(); }, }); |
