summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/edge-functions/deps.ts
diff options
context:
space:
mode:
authorGravatar unknown <matthew@skypack.dev> 2022-04-20 17:17:11 -0400
committerGravatar unknown <matthew@skypack.dev> 2022-04-20 17:17:11 -0400
commit700d4f9649b72e98a56586a480e6d3c413cf45f1 (patch)
treeaf69b638d0e7de89357cbfbdcb5508c7162e0f39 /packages/integrations/netlify/test/edge-functions/deps.ts
parent12f6b6099810f3f56e5ca956c84216725a6d777c (diff)
downloadastro-700d4f9649b72e98a56586a480e6d3c413cf45f1.tar.gz
astro-700d4f9649b72e98a56586a480e6d3c413cf45f1.tar.zst
astro-700d4f9649b72e98a56586a480e6d3c413cf45f1.zip
Fixes using React.lazy and Suspense
Diffstat (limited to 'packages/integrations/netlify/test/edge-functions/deps.ts')
-rw-r--r--packages/integrations/netlify/test/edge-functions/deps.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/netlify/test/edge-functions/deps.ts b/packages/integrations/netlify/test/edge-functions/deps.ts
index f3e46181a..1b23a94f7 100644
--- a/packages/integrations/netlify/test/edge-functions/deps.ts
+++ b/packages/integrations/netlify/test/edge-functions/deps.ts
@@ -1,3 +1,4 @@
// @ts-nocheck
export { fromFileUrl } from 'https://deno.land/std@0.110.0/path/mod.ts';
export { assertEquals, assert } from 'https://deno.land/std@0.132.0/testing/asserts.ts';
+export * from 'https://deno.land/x/deno_dom/deno-dom-wasm.ts';