🚨(lint) update file for prettier 3.0.0
Prettier 3.0.0 comes with new standards so we need to upgrade our files to comply with it.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const expectPaginationList = (
|
||||
expectations: { text: string; name?: string; disabled?: boolean }[]
|
||||
expectations: { text: string; name?: string; disabled?: boolean }[],
|
||||
) => {
|
||||
const buttons = document.querySelectorAll(".c__pagination__list > *");
|
||||
expect(buttons.length).toEqual(expectations.length);
|
||||
|
||||
Reference in New Issue
Block a user