Skip to content

refactor(serve): add custom parser function for --port option (#44) #102

refactor(serve): add custom parser function for --port option (#44)

refactor(serve): add custom parser function for --port option (#44) #102

Re-run triggered November 30, 2025 10:24
Status Cancelled
Total duration 31s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test (24)
Process completed with exit code 1.
src/commands/serve/index.test.ts > serveCommand > port validation > should throw error when port is invalid invalid: src/commands/serve/index.test.ts#L252
TypeError: Cannot read properties of undefined (reading 'existsSync') ❯ src/commands/serve/index.test.ts:252:21
src/commands/serve/index.test.ts > serveCommand > port validation > should throw error when port is invalid 2048GB: src/commands/serve/index.test.ts#L252
TypeError: Cannot read properties of undefined (reading 'existsSync') ❯ src/commands/serve/index.test.ts:252:21
src/commands/serve/index.test.ts > serveCommand > port validation > should throw error when port is invalid 65536: src/commands/serve/index.test.ts#L252
TypeError: Cannot read properties of undefined (reading 'existsSync') ❯ src/commands/serve/index.test.ts:252:21
src/commands/serve/index.test.ts > serveCommand > port validation > should throw error when port is invalid -1: src/commands/serve/index.test.ts#L252
TypeError: Cannot read properties of undefined (reading 'existsSync') ❯ src/commands/serve/index.test.ts:252:21
src/commands/serve/index.test.ts > serveCommand > should start server with custom port 0 by allocating a ephemeral port: src/commands/serve/index.test.ts#L87
TypeError: Cannot read properties of undefined (reading 'existsSync') ❯ src/commands/serve/index.test.ts:87:17