summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/errors.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-07chore: fix linting issues, integration tests (#13187)Gravatar Emanuele Stoppa 1-4/+0
* chore: fix linting issues * chore: update packages and directories * apply suggestions Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-06[ci] formatGravatar renovate[bot] 1-2/+2
2024-08-29chore: supress lintingGravatar Alexander Niebuhr 1-2/+3
2024-08-13[ci] formatGravatar Matthew Phillips 1-1/+1
2024-08-13Encrypt server islands props (#11535)Gravatar Matthew Phillips 1-1/+3
* Encrypt server islands props * Comment on the hex algo * Use @oslojs/encoding * Rename functions * Add base to test * Remove old tests no longer valid * Run test locally * Make sure adapters run before manifest * Add a changeset * Adjust test adapter * don't assume adapter is at root * Add a changeset * Updates on review comments * Update oslo * Add better description of Node adapter change
2024-08-08update formatter config (#11640)Gravatar Darius 1-2/+2
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-04-02[ci] update lockfile (#10551)Gravatar Houston (Bot) 1-2/+0
Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-03-18[ci] formatGravatar Arsh 1-9/+9
2024-03-18fix(node): handle offshoot promise rejections (#10454)Gravatar Arsh 1-2/+28
* fix(node): handle offshoot promise rejections * add test * add changeset * Update packages/integrations/node/test/errors.test.js
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 1-2/+2
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-16chore: fix failing tests and skip some (#10141)Gravatar Emanuele Stoppa 1-24/+35
2024-02-01[ci] formatGravatar Fred K. Schott 1-5/+3
2024-02-01fix(NodeApp): fix responses with null bodies never completing (#9931)Gravatar Arsh 1-7/+16
* fix(NodeApp): fix responses with null bodies never completing * add changeset * add test * chore(tests): restore correct assertions * adjust incorrect test * added Astro.redirect and Response.redirect test cases * updated incorrect HTTP status * adjust api-routes.test.js after cherry-pick * bup markdoc test timeout --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Friedemann Sommer <friedemannsommer@users.noreply.github.com>
2024-02-01[ci] formatGravatar Arsh 1-3/+3
2024-02-01fix(NodeApp): end with "Internal server error" on mid-stream error (#9908)Gravatar Arsh 1-2/+17
* fix(NodeApp): end with "Internal server error" on mid-stream error * add changeset * add test * Apply suggestions from code review --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-25chore(@astrojs/node): use Node.js for testing (#9758)Gravatar Emanuele Stoppa 1-15/+14
* chore(@astrojs/node): use Node.js for testing * revert file * address feedback * feedback * Run tests in a single process (#9823) * Run tests in a single process * Make test less flaky * chore: remove module --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-05-01Catch errors that occur within the stream in the Node adapter (#6935)Gravatar Matthew Phillips 1-0/+33
* Catch errors that occur within the stream in the Node adapter * Adding a changeset * Better error message on completely uncaught errors within the stream * Update test