summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/test-utils.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-1/+1
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+1
2023-01-12fix(core): handle encoded characters when matching routes (#5836)Gravatar Nate Moore 1-1/+16
Co-authored-by: Nate Moore <nate@astro.build>
2023-01-06Drop Node 14 in CI for Node 16 and add Node 18 to the matrix (#5768)Gravatar Erika 1-2/+11
* ci(node): Move CI to Node 16 and add Node 18 to the matrix * fix(netlify): Fix set-cookie not working on Node 18 * fix(netlify): Handle if `set-cookie` is already somehow an array (apparently it can?) * test(node): Fix `toPromise` to match Astro's * fix(tests): Use the actual underlying ArrayBuffer instance to create the buffer in toPromise * chore: changeset
2022-07-22[ci] formatGravatar matthewp 1-2/+2
2022-07-22Fixes Node adapter receiving a request body (#4023)Gravatar Matthew Phillips 1-0/+41
* Fixes Node adapter receiving a request body * Updated lockfile