summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-03-05 10:32:17 +0000
committerGitHub <noreply@github.com>2021-03-05 05:32:17 -0500
commitda5ca4f521828a8b31cf22ee227000c2910df28b (patch)
treef9a95010450d77742e54f0a728442c273ab41b02
parent04740af7879097af94f21769fdc75bae0320db93 (diff)
fix(cli/tests): Fix flaky worker test (#9691)
-rw-r--r--cli/tests/workers/test.ts1
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();
},
});