Skip to content

Commit 78fbdcd

Browse files
committed
fixup! fix(table): add a label for the checkboxes of individual rows
1 parent d57fd25 commit 78fbdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/table-selection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('table selection', () => {
3333
() => table,
3434
new ElementPool(document),
3535
{ emit: emitSelect },
36-
(key: string) => key // Mock translation function that just returns the key
36+
jest.fn((key: string) => key)
3737
);
3838
});
3939

0 commit comments

Comments
 (0)