dep cleanup #188
Annotations
10 errors
Run tests:
test/invocation.ts#L47
AssertionError: expected undefined to deeply equal { hello: 'world' }
- Expected:
{
"hello": "world",
}
+ Received:
undefined
❯ test/invocation.ts:47:20
❯ test/invocation.ts:11:13
|
Run tests:
test/invocation.ts#L67
AssertionError: expected undefined to deeply equal {}
- Expected:
{}
+ Received:
undefined
❯ test/invocation.ts:67:20
❯ test/invocation.ts:11:13
|
Run tests:
test/invocation.ts#L86
TypeError: Cannot read properties of undefined (reading 'logGroupName')
❯ test/invocation.ts:86:34
❯ test/invocation.ts:11:13
|
Run tests:
test/invocation.ts#L111
TypeError: Cannot read properties of undefined (reading 'length')
❯ test/invocation.ts:111:41
❯ test/invocation.ts:11:13
|
Run tests:
test/invocation.ts#L144
AssertionError: expected 'object' to equal 'number'
Expected: "number"
Received: "object"
❯ test/invocation.ts:144:20
❯ test/invocation.ts:11:13
|
Run tests:
src/index.ts#L103
LambdaError: RequestId: 79495e73-7a3b-49cc-9a46-d5305e1620ef Process exited before completing request
❯ fn src/index.ts:103:10
❯ test/invocation.ts:194:29
❯ test/invocation.ts:11:13
|
Run tests:
src/index.ts#L103
LambdaError: RequestId: ceb0871c-eabe-40de-9673-10b6265393d8 Process exited before completing request
❯ fn src/index.ts:103:10
❯ test/invocation.ts:213:29
❯ test/invocation.ts:11:13
|
Run tests:
src/index.ts#L103
LambdaError: RequestId: 428aa0c7-4f92-41a9-b57c-27a3c3dc812c Process exited before completing request
❯ fn src/index.ts:103:10
❯ test/node-runtime.ts:41:21
❯ test/node-runtime.ts:11:4
|
Run tests:
src/index.ts#L103
LambdaError: RequestId: a57c101e-084b-4839-9722-c05c7f077a8b Process exited before completing request
❯ fn src/index.ts:103:10
❯ test/node-runtime.ts:60:21
❯ test/node-runtime.ts:11:4
|
Run tests:
test/node-runtime.ts#L86
AssertionError: expected 'RequestId: 4c40998f-d8ce-4445-bf7f-64…' to be 'this is a handled error' // Object.is equality
Expected: "this is a handled error"
Received: "RequestId: 4c40998f-d8ce-4445-bf7f-6459adb9046b Process exited before completing request"
❯ test/node-runtime.ts:86:24
❯ test/node-runtime.ts:11:4
|
Loading