summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/edge-functions/deps.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/netlify/test/edge-functions/deps.ts')
-rw-r--r--packages/integrations/netlify/test/edge-functions/deps.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/integrations/netlify/test/edge-functions/deps.ts b/packages/integrations/netlify/test/edge-functions/deps.ts
new file mode 100644
index 000000000..f3e46181a
--- /dev/null
+++ b/packages/integrations/netlify/test/edge-functions/deps.ts
@@ -0,0 +1,3 @@
+// @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';