Skip to content

Commit 5693756

Browse files
author
Tony Sullivan
authored
disabling Netlify Edge Functions tests for now (#3631)
1 parent 05aa724 commit 5693756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dev": "astro-scripts dev \"src/**/*.ts\"",
2828
"test-fn": "mocha --exit --timeout 20000 test/functions/",
2929
"test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-functions/",
30-
"test": "npm run test-fn && npm run test-edge"
30+
"test": "npm run test-fn"
3131
},
3232
"dependencies": {
3333
"@astrojs/webapi": "^0.12.0",

0 commit comments

Comments
 (0)