Skip to content

Commit

Permalink
disabling Netlify Edge Functions tests for now (#3631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Sullivan authored Jun 17, 2022
1 parent 05aa724 commit 5693756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5693756

Please sign in to comment.