We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a37a8 commit 51cc8f0Copy full SHA for 51cc8f0
src/table/__tests__/columns-width.test.tsx
@@ -162,7 +162,7 @@ test('should respect minWidth when dynamically adding columns via visibleColumns
162
expect(wrapper.findColumnHeaders().map(column => column.getElement().style.width)).toEqual([
163
'100px', // original column unchanged
164
'150px', // use minWidth because 150 > 80
165
- '180px', // sue width (minWidth defaults to width)
+ '180px', // use width (minWidth defaults to width)
166
'200px', // use minWidth because 200 > 180
167
]);
168
});
0 commit comments