summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
},
});