mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
66929de3ba
We only had integration tests for this and not an integration test. Closes #26074
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
new Worker(import.meta.resolve("./worker.ts"), {
|
|
type: "module",
|
|
deno: {
|
|
permissions: {
|
|
import: ["127.0.0.1:4250"],
|
|
},
|
|
},
|
|
});
|