1
0
Fork 0
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:
Nayeem Rahman 2021-03-05 10:32:17 +00:00 committed by GitHub
parent 04740af787
commit da5ca4f521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -694,5 +694,6 @@ Deno.test({
}
};
await result;
worker.terminate();
},
});