feat: Add Phase 1 integration test suite with 62 deterministic tests #141
ci.yml
on: pull_request
Lint, typecheck, format, test
21s
Annotations
4 errors and 2 warnings
|
Lint, typecheck, format, test
Process completed with exit code 1.
|
|
Lint, typecheck, format, test:
tests/integration/phase-1/helpers/database.ts#L104
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/user.factory.ts#L78
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/login.test.ts#L160
'user' is assigned a value but never used. Allowed unused vars must match /^I[A-Z]|^_/u
|