test: remove temp install from package exports smoke #221
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#L28
Error: Test timed out in 90000ms.
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:28:3
|
|
tests/create-arrow-js.spec.ts > create-arrow-js > installs and builds against packed workspace packages:
tests/create-arrow-js.spec.ts#L201
Error: Test timed out in 150000ms.
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:201:3
|