feat: Add forEach to query results
#435
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
tests/query.test.ts > Query > updateEach should return values in caller parameter order regardless of cache:
packages/core/tests/query.test.ts#L290
AssertionError: expected { value: 'test' } to have property "name"
❯ tests/query.test.ts:290:26
❯ Array.updateEach src/query/query-result.ts:72:21
❯ tests/query.test.ts:287:37
|