summaryrefslogtreecommitdiff
path: root/cli/tests/error_worker_permissions_remote.ts
blob: 9fd1ba5a82af18b176b655df97467c7b54af2226 (plain)
1
2
3
4
new Worker(
  "http://localhost:4545/cli/tests/subdir/worker_types.ts",
  { type: "module" },
);