feat: Capture thread state from AsyncLocalStorage store
#100
Annotations
3 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
test/e2e.test.mjs#L122
AssertionError: expected undefined to deeply equal { traceId: 'trace-5' }
- Expected:
{
"traceId": "trace-5",
}
+ Received:
undefined
❯ test/e2e.test.mjs:122:31
|
|
Run tests:
test/e2e.test.mjs#L88
AssertionError: expected undefined to deeply equal { some_property: 'some_value' }
- Expected:
{
"some_property": "some_value",
}
+ Received:
undefined
❯ test/e2e.test.mjs:88:31
|
Loading