Merge pull request #390 from aspen-cloud/changeset-release/main #1046
Annotations
2 errors
Run yarn test
Process completed with exit code 1.
|
Run yarn test:
packages/integration-tests/tests/transport-tests.spec.ts#L951
AssertionError: expected [ { id: 'test1', name: 'a' }, …(1) ] to strictly equal [ { id: 'test2', name: 'test2' } ]
- Expected
+ Received
[
{
+ "id": "test1",
+ "name": "a",
+ },
+ {
"id": "test2",
"name": "test2",
},
]
❯ tests/transport-tests.spec.ts:951:45
|
Loading