mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(cli/tests): Fix flaky worker test (#9691)
This commit is contained in:
parent
04740af787
commit
da5ca4f521
1 changed files with 1 additions and 0 deletions
|
@ -694,5 +694,6 @@ Deno.test({
|
|||
}
|
||||
};
|
||||
await result;
|
||||
worker.terminate();
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue