aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Tony Sullivan <tony.f.sullivan@outlook.com> 2022-06-17 22:12:04 +0000
committerGravatar GitHub <noreply@github.com> 2022-06-17 22:12:04 +0000
commit56937563c3712d7b3dd7bc46bb492ab76068b976 (patch)
tree9b3b903ee8a718b1438c889976c650fac997a7d5
parent05aa72442cd4512b94abdb39623e8caa2c1839b0 (diff)
downloadastro-56937563c3712d7b3dd7bc46bb492ab76068b976.tar.gz
astro-56937563c3712d7b3dd7bc46bb492ab76068b976.tar.zst
astro-56937563c3712d7b3dd7bc46bb492ab76068b976.zip
disabling Netlify Edge Functions tests for now (#3631)
-rw-r--r--packages/integrations/netlify/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index a8c883f30..e38542745 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -27,7 +27,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\"",
"test-fn": "mocha --exit --timeout 20000 test/functions/",
"test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-functions/",
- "test": "npm run test-fn && npm run test-edge"
+ "test": "npm run test-fn"
},
"dependencies": {
"@astrojs/webapi": "^0.12.0",