Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 29, 2024
1 parent b3d6e1b commit ccdd386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/updateIn.ts
Expand Up @@ -13,7 +13,6 @@ import {
describe('updateIn', () => {
it('deep edit', () => {
const m = fromJS({ a: { b: { c: 10 } } });
// ^?
expect(
// @ts-expect-error -- type of fromJS may return a MapOf in the future, to help `updateIn` to work, `updateIn` should copy the comportment of `getIn`
m.updateIn(['a', 'b', 'c'], (value: number) => value * 2).toJS()
Expand Down

0 comments on commit ccdd386

Please sign in to comment.