summaryrefslogtreecommitdiff
path: root/cli/tests/error_015_dynamic_import_permissions.js
blob: 3460ca787a9ea430e0da233699dc27998bcccaf1 (plain)
1
2
3
(async () => {
  await import("http://localhost:4545/tests/subdir/mod4.js");
})();