Skip to content

Commit 6d3c27a

Browse files
committed
fix: add isrtl
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 9f9c294 commit 6d3c27a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/views/FilesList/FileListFilter/FileListFilterModified.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ vi.mock('@nextcloud/l10n', () => ({
2121
}
2222
return text
2323
}),
24+
isRTL: vi.fn(() => false),
2425
}))
2526

2627
vi.mock('@nextcloud/logger', () => ({

0 commit comments

Comments
 (0)