Merge branch 'main' into re-export-component-client

This commit is contained in:
Matthew Phillips 2022-06-17 18:20:40 -04:00 committed by GitHub
commit 0c3a85f2e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"",
"test-fn": "mocha --exit --timeout 20000 test/functions/", "test-fn": "mocha --exit --timeout 20000 test/functions/",
"test-edge": "deno test --allow-run --allow-read --allow-net ./test/edge-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": { "dependencies": {
"@astrojs/webapi": "^0.12.0", "@astrojs/webapi": "^0.12.0",