Merge pull request #26 from adewale/claude/remove-gate-mode-VcSY4 #118
ci.yml
on: push
Lint
29s
Unit Tests
41s
Integration Tests
34s
Build
24s
E2E Tests
39m 26s
Annotations
5 errors and 4 warnings
|
Integration Tests
Process completed with exit code 1.
|
|
message-types.test.ts > REFACTOR-02: Single MUTATING_MESSAGE_TYPES > Broadcast-to-Message Parity > each mutation type has a corresponding broadcast type:
app/test/integration/message-types.test.ts#L161
AssertionError: expected 18 to be 17 // Object.is equality
- Expected
+ Received
- 17
+ 18
❯ message-types.test.ts:161:43
|
|
message-types.test.ts > REFACTOR-02: Single MUTATING_MESSAGE_TYPES > Canonical Definition > all expected mutation types are present:
app/test/integration/message-types.test.ts#L55
AssertionError: expected 18 to be 17 // Object.is equality
- Expected
+ Received
- 17
+ 18
❯ message-types.test.ts:55:43
|
|
live-session.test.ts > Router: rejects invalid step count (e.g., 13):
app/test/integration/live-session.test.ts#L609
AssertionError: expected 201 to be 400 // Object.is equality
- Expected
+ Received
- 400
+ 201
❯ live-session.test.ts:609:27
|
|
E2E Tests
Process completed with exit code 1.
|
|
Lint:
app/src/state/grid.tsx#L35
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
app/src/state/grid.tsx#L15
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
app/src/state/grid.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
E2E Tests
No files were found with the provided path: app/playwright-report/. No artifacts will be uploaded.
|