test: harden CI packed package integration checks #222
Annotations
3 errors
|
vitest-run
Process completed with exit code 1.
|
|
tests/package-exports.spec.ts > packaged Arrow exports > imports the packaged runtime libraries in plain Node without loading TypeScript from node_modules:
tests/package-exports.spec.ts#L30
Error: Test timed out in 180000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/package-exports.spec.ts:30:3
|
|
tests/create-arrow-js.spec.ts > create-arrow-js > installs and builds against packed workspace packages:
tests/create-arrow-js.spec.ts#L202
Error: Test timed out in 300000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/create-arrow-js.spec.ts:202:3
|