summaryrefslogtreecommitdiff
path: root/packages/integrations/cloudflare/test/test-utils.js
diff options
context:
space:
mode:
authorGravatar Adam Heath <doogie@brainfood.com> 2023-08-16 12:57:00 -0500
committerGravatar GitHub <noreply@github.com> 2023-08-16 12:57:00 -0500
commit79d35bbb90444ac98f56d646bd557f330bf8399e (patch)
treee2efc08da36f5ebd367bda91606fdd1c9af72ff4 /packages/integrations/cloudflare/test/test-utils.js
parentdb5e8ad8aff7a62ba45182115a95054b73f42a7d (diff)
downloadastro-79d35bbb90444ac98f56d646bd557f330bf8399e.tar.gz
astro-79d35bbb90444ac98f56d646bd557f330bf8399e.tar.zst
astro-79d35bbb90444ac98f56d646bd557f330bf8399e.zip
Fix missing async/await in vite-plugin-integrations-container on astro:server:setup hook (#8104)
* All astro integrations hooks are defined as returning void|Promise, so all calls need to deal with a possible async/await pattern. One was missed in vite-plugin-integrations-container. This plugin is definitely used by the astro-dev when using a node adapter, but I am not sure about other such scenarios. I did a search through the code base, and all other runHook* calls are properly awaited. * chore: make test async --------- Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'packages/integrations/cloudflare/test/test-utils.js')
0 files changed, 0 insertions, 0 deletions