style: apply eslint

pull/6544/head
KumJungMin 2024-10-09 14:34:31 +09:00
parent f71e839ac9
commit 2e72c8b5f4
1 changed files with 1 additions and 0 deletions

View File

@ -617,6 +617,7 @@ describe('DataTable.vue', () => {
}); });
const button = wrapper.find('button'); const button = wrapper.find('button');
expect(button.exists()).toBe(true); expect(button.exists()).toBe(true);
await button.trigger('click'); await button.trigger('click');