Skip to content

Instantly share code, notes, and snippets.

@xMohamd
Created February 2, 2024 00:50
Show Gist options
  • Save xMohamd/d31abd7c321d7c649c606136e0648c44 to your computer and use it in GitHub Desktop.
Save xMohamd/d31abd7c321d7c649c606136e0648c44 to your computer and use it in GitHub Desktop.
test1 output
> @astrojs/node@8.2.0 test /workspaces/astro/packages/integrations/node
> astro-scripts test "test/**/*.test.js"
▶ API routes
✔ Can get the request body (166.425381ms)
✔ Can get binary data (41.760819ms)
✔ Can post large binary data (3068.179355ms)
✔ Can bail on streaming (527.427689ms)
▶ API routes (11154.261363ms)
✖ /workspaces/astro/packages/integrations/node/node_modules/.astro/test.mjs (20002.253516ms)
'test timed out after 20000ms'
ℹ tests 5
ℹ suites 1
ℹ pass 4
ℹ fail 0
ℹ cancelled 1
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 20028.002548
✖ failing tests:
test at node_modules/.astro/test.mjs:1:1
✖ /workspaces/astro/packages/integrations/node/node_modules/.astro/test.mjs (20002.253516ms)
'test timed out after 20000ms'
 ELIFECYCLE  Test failed. See above for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment