Skip to content

Commit

Permalink
style: apply eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
KumJungMin committed Oct 9, 2024
1 parent f71e839 commit 2e72c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primevue/src/datatable/DataTable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ describe('DataTable.vue', () => {
});

const button = wrapper.find('button');

expect(button.exists()).toBe(true);

await button.trigger('click');
Expand Down

0 comments on commit 2e72c8b

Please sign in to comment.