Skip to content

feat: Add Phase 1 integration test suite with 62 deterministic tests #139

feat: Add Phase 1 integration test suite with 62 deterministic tests

feat: Add Phase 1 integration test suite with 62 deterministic tests #139

Triggered via pull request July 24, 2026 11:16
Status Failure
Total duration 24s
Artifacts

ci.yml

on: pull_request
Lint, typecheck, format, test
20s
Lint, typecheck, format, test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
Lint, typecheck, format, test: tests/integration/phase-1/helpers/api-client.ts#L112
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/helpers/api-client.ts#L94
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/helpers/api-client.ts#L72
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/helpers/api-client.ts#L50
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/factories/wallet.factory.ts#L27
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/factories/wallet.factory.ts#L14
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/factories/user.factory.ts#L77
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/factories/user.factory.ts#L62
Expected newline before return statement
Lint, typecheck, format, test: tests/integration/phase-1/factories/session.factory.ts#L58
Expected newline before return statement
Lint, typecheck, format, test: tests/globalSetup.ts#L15
Expected newline before return statement
Lint, typecheck, format, test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint, typecheck, format, test: tests/integration/phase-1/auth/otp.test.ts#L126
'user' is assigned a value but never used. Allowed unused vars must match /^I[A-Z]|^_/u
Lint, typecheck, format, test: tests/integration/phase-1/auth/otp.test.ts#L50
'user' is assigned a value but never used. Allowed unused vars must match /^I[A-Z]|^_/u
Lint, typecheck, format, test: tests/integration/phase-1/auth/otp.test.ts#L24
'user' is assigned a value but never used. Allowed unused vars must match /^I[A-Z]|^_/u
Lint, typecheck, format, test: tests/integration/phase-1/auth/login.test.ts#L160
'user' is assigned a value but never used. Allowed unused vars must match /^I[A-Z]|^_/u
Lint, typecheck, format, test: tests/integration/phase-1/auth/login.test.ts#L117
'plainPassword' is assigned a value but never used. Allowed unused vars must match /^I[A-Z]|^_/u
Lint, typecheck, format, test: tests/integration/phase-1/account-lifecycle/deletion.test.ts#L3
'getUserStatus' is defined but never used. Allowed unused vars must match /^I[A-Z]|^_/u