diff options
author | 2022-06-17 22:12:04 +0000 | |
---|---|---|
committer | 2022-06-17 22:12:04 +0000 | |
commit | 56937563c3712d7b3dd7bc46bb492ab76068b976 (patch) | |
tree | 9b3b903ee8a718b1438c889976c650fac997a7d5 | |
parent | 05aa72442cd4512b94abdb39623e8caa2c1839b0 (diff) | |
download | astro-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.json | 2 |
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", |