fix: fix a few typos
This commit is contained in:
@@ -37,7 +37,7 @@ describe('useSort', () => {
|
||||
})
|
||||
|
||||
test('Hides ignored columns', () => {
|
||||
const { showColumn } = useSort(array, { ignoredColums: ['key1'] })
|
||||
const { showColumn } = useSort(array, { ignoredColumns: ['key1'] })
|
||||
|
||||
expect(showColumn('key1')).toBe(false)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user