diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-02 17:33:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 15:33:07 +0000 |
commit | 3015f16fbf3ab064aa938c49df6f2f0404e12fe3 (patch) | |
tree | b1477a59bdd270d1e95852fc575f1f64230e4d95 /tests | |
parent | bc51eca70000e809ef3b64f66e9482316768e02a (diff) |
fix: remove entrypoint hack for Deno 2.0 (#25332)
Diffstat (limited to 'tests')
5 files changed, 0 insertions, 20 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" -} diff --git a/tests/specs/run/netlify_edge_bundler_hack/main.out b/tests/specs/run/netlify_edge_bundler_hack/main.out deleted file mode 100644 index 35821117c..000000000 --- a/tests/specs/run/netlify_edge_bundler_hack/main.out +++ /dev/null @@ -1 +0,0 @@ -Success diff --git a/tests/specs/run/netlify_edge_bundler_hack/node_modules/@netlify/edge-bundler/deno/config.ts b/tests/specs/run/netlify_edge_bundler_hack/node_modules/@netlify/edge-bundler/deno/config.ts deleted file mode 100644 index f1b207f5b..000000000 --- a/tests/specs/run/netlify_edge_bundler_hack/node_modules/@netlify/edge-bundler/deno/config.ts +++ /dev/null @@ -1 +0,0 @@ -console.log("Success"); diff --git a/tests/specs/run/netlify_edge_bundler_hack/node_modules/@netlify/edge-bundler/package.json b/tests/specs/run/netlify_edge_bundler_hack/node_modules/@netlify/edge-bundler/package.json deleted file mode 100644 index d6043710f..000000000 --- a/tests/specs/run/netlify_edge_bundler_hack/node_modules/@netlify/edge-bundler/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@netlify/edge-bundler", - "version": "1.0.0", - "exports": "./index.js", -}
\ No newline at end of file diff --git a/tests/specs/run/netlify_edge_bundler_hack/package.json b/tests/specs/run/netlify_edge_bundler_hack/package.json deleted file mode 100644 index bd0ecbc6e..000000000 --- a/tests/specs/run/netlify_edge_bundler_hack/package.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "my-package", - "version": "1.0.0" -} |