This repository was archived by the owner on Jul 3, 2025. It is now read-only.
feat(api): embeddable LGP server for testing #339
ci.yml
on: pull_request
Check formatting
16s
test-cli
37s
Matrix: test-api
Matrix: test-auth
Matrix: test-parser
Annotations
4 errors
|
test-api (20.x, ubuntu-latest)
Process completed with exit code 1.
|
|
tests/api.test.mts > threads copy > get thread history:
libs/langgraph-api/tests/api.test.mts#L584
AssertionError: expected 10 to be 5 // Object.is equality
- Expected
+ Received
- 5
+ 10
❯ tests/api.test.mts:584:28
|
|
test-api (22.x, windows-latest)
Process completed with exit code 1.
|
|
tests/api.test.mts > threads copy > get thread history:
libs/langgraph-api/tests/api.test.mts#L584
AssertionError: expected 10 to be 5 // Object.is equality
- Expected
+ Received
- 5
+ 10
❯ tests/api.test.mts:584:28
|