fix(deps): break turbo cyclic dependency with @engram/testing package #98
publish-mcp.yml
on: push
ci
/
typecheck
37s
ci
/
lint
39s
ci
/
test-ts
56s
ci
/
test-python
1m 23s
publish
0s
Annotations
6 errors
|
ci / typecheck
Process completed with exit code 2.
|
|
ci / typecheck
@engram/testing#typecheck: command (/home/runner/work/engram/engram/packages/testing) /home/runner/.bun/bin/bun run typecheck exited (2)
|
|
ci / test-ts
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
packages/graph/src/queries/builder.test.ts#L135
Expected: "MATCH RETURN 1"
Received: "RETURN 1"
at <anonymous> (/home/runner/work/engram/engram/packages/graph/src/queries/builder.test.ts:135:18)
|
|
error: expect(received).toBe(expected):
packages/temporal/src/rehydrator.test.ts#L106
Expected: 5000
Received: undefined
at <anonymous> (/home/runner/work/engram/engram/packages/temporal/src/rehydrator.test.ts:106:35)
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
packages/temporal/src/rehydrator.test.ts#L66
[
- "blob-ref-123",
+ undefined,
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/engram/engram/packages/temporal/src/rehydrator.test.ts:66:30)
|