diff options
author | 2023-08-16 12:57:00 -0500 | |
---|---|---|
committer | 2023-08-16 12:57:00 -0500 | |
commit | 79d35bbb90444ac98f56d646bd557f330bf8399e (patch) | |
tree | e2efc08da36f5ebd367bda91606fdd1c9af72ff4 /packages/integrations/cloudflare/test/test-utils.js | |
parent | db5e8ad8aff7a62ba45182115a95054b73f42a7d (diff) | |
download | astro-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