Skip to content

Commit e18cc0c

Browse files
authored
Update table-sort.spec.js
1 parent 038bd60 commit e18cc0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/table/table-sort.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ describe('table sorting', () => {
244244
.trigger('click')
245245
await wrapper.vm.$nextTick()
246246
expect(wrapper.emitted('sort-changed').length).toBe(4)
247-
expect(wrapper.emitted('input')[4][0]).toBe(testItems)
248247
$rows = wrapper.findAll('tbody > tr').wrappers
249248
expect($rows.length).toBe(3)
250249
// Map the rows to the column text value

0 commit comments

Comments
 (0)