summaryrefslogtreecommitdiff
path: root/tests/specs/run/netlify_edge_bundler_hack/__test__.jsonc
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-02 17:33:07 +0200
committerGitHub <noreply@github.com>2024-09-02 15:33:07 +0000
commit3015f16fbf3ab064aa938c49df6f2f0404e12fe3 (patch)
treeb1477a59bdd270d1e95852fc575f1f64230e4d95 /tests/specs/run/netlify_edge_bundler_hack/__test__.jsonc
parentbc51eca70000e809ef3b64f66e9482316768e02a (diff)
fix: remove entrypoint hack for Deno 2.0 (#25332)
Diffstat (limited to 'tests/specs/run/netlify_edge_bundler_hack/__test__.jsonc')
-rw-r--r--tests/specs/run/netlify_edge_bundler_hack/__test__.jsonc9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/specs/run/netlify_edge_bundler_hack/__test__.jsonc b/tests/specs/run/netlify_edge_bundler_hack/__test__.jsonc
deleted file mode 100644
index 4ae0ebe86..000000000
--- a/tests/specs/run/netlify_edge_bundler_hack/__test__.jsonc
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "args": [
- "run",
- "--allow-read",
- "--allow-write",
- "node_modules/@netlify/edge-bundler/deno/config.ts"
- ],
- "output": "main.out"
-}