feature: initialValue #216
Annotations
6 errors and 1 warning
src/array.test.ts > mapArray async:
src/array.test.ts#L87
AssertionError: expected [ undefined, undefined, undefined ] to deeply equal [ 2, 3, 4 ]
- Expected
+ Received
Array [
- 2,
- 3,
- 4,
+ undefined,
+ undefined,
+ undefined,
]
❯ src/array.test.ts:87:3
|
src/object.test.ts > mapObject:
src/object.test.ts#L23
AssertionError: expected undefined to deeply equal { a: 1, b: 3, c: 3 }
- Expected:
Object {
"a": 1,
"b": 3,
"c": 3,
}
+ Received:
undefined
❯ src/object.test.ts:23:3
|
src/proxy.test.ts > SheetProxy:
src/proxy.test.ts#L40
AssertionError: expected 6 to be 4 // Object.is equality
- Expected
+ Received
- 4
+ 6
❯ src/proxy.test.ts:40:24
|
src/proxy.test.ts > proxy deletion:
src/proxy.test.ts#L101
AssertionError: expected { count: 3, size: 3 } to deeply equal { count: 3, size: 2 }
- Expected
+ Received
Object {
"count": 3,
- "size": 2,
+ "size": 3,
}
❯ src/proxy.test.ts:101:23
|
src/proxy.test.ts > proxy deletion with loop:
src/proxy.test.ts#L116
AssertionError: expected [Function] to throw an error
- Expected:
null
+ Received:
undefined
❯ src/proxy.test.ts:116:31
|
Build
Process completed with exit code 1.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|