Running Copilot coding agent #5
Annotations
2 errors
|
__tests__/collection.test.ts > subclassing tests > methods that construct new collections return subclassed objects > Collection.groupBy():
packages/collection/src/collection.ts#L1100
TypeError: Map.groupBy is not a function
❯ Function.groupBy src/collection.ts:1100:52
❯ __tests__/collection.test.ts:1179:29
|
|
__tests__/collection.test.ts > groupBy() tests > returns a collection of grouped items:
packages/collection/src/collection.ts#L1100
TypeError: Map.groupBy is not a function
❯ Function.groupBy src/collection.ts:1100:52
❯ __tests__/collection.test.ts:955:55
|