Skip to content

Commit 8a6bb28

Browse files
committed
Tweak comment
1 parent 523ec5a commit 8a6bb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/column/resizable.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ test('should remeasure flex columns when resizing a column', async () => {
191191
await expect.element(grid).toHaveStyle({ gridTemplateColumns: '79.1406px 919.422px 919.438px' });
192192
expect(onColumnResize).toHaveBeenCalled();
193193
onColumnResize.mockClear();
194-
// if the width is the same, don't call onColumnResize
194+
// onColumnResize is not called if width is not changed
195195
await autoResize(col1);
196196
await expect.element(grid).toHaveStyle({ gridTemplateColumns: '79.1406px 919.422px 919.438px' });
197197
expect(onColumnResize).not.toHaveBeenCalled();

0 commit comments

Comments
 (0)