summaryrefslogtreecommitdiff
path: root/packages/integrations/cloudflare/test/basics.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-15Update wrangler (#8081)Gravatar Nate Moore 1-2/+2
* chore: update wrangler * chore(cloudflare): update tests to support wrangler@3 * chore(cloudflare): update debug message * chore: force ci
2023-07-17Fix cloudflare runtime env var handling (#7679)Gravatar Bjorn Lu 1-1/+1
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-07-17Handle flaky tests (#7651)Gravatar Bjorn Lu 1-14/+15
2023-06-21Update safe dependencies (#7430)Gravatar Bjorn Lu 1-3/+3
2022-11-08Support environment variables in Cloudflare and Netlify Edge functions (#5301)Gravatar Bjorn Lu 1-0/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-08-02chore: skip cloudflare test for now (#4117)Gravatar Nate Moore 1-1/+1
Co-authored-by: Nate Moore <nate@astro.build>
2022-07-29Prevent hydration scripts from being rendered in the wrong order (#4080)Gravatar Matthew Phillips 1-1/+1
* Prevent hydration scripts from being rendered in the wrong order * Remove comment * Update jsx * Remove promise for stop * Try skipping lit tests * Stringify these chunks too * Unskip lit
2022-07-27[ci] formatGravatar matthewp 1-1/+0
2022-07-27Fixes cloudflare throwing over process (#4072)Gravatar Matthew Phillips 1-0/+32
* Fixes cloudflare throwing over process * Up the timeout for slower CI servers * Fix linting * Up the timeout a bit