[Improvement] Cell: support number type title & value (#1073)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Cell from '..';
|
||||
import { mount } from '@vue/test-utils';
|
||||
|
||||
test('click event', () => {
|
||||
const wrapper = mount(Cell);
|
||||
|
||||
wrapper.trigger('click');
|
||||
expect(wrapper.emitted('click')).toBeTruthy();
|
||||
});
|
||||
Reference in New Issue
Block a user