Skip to content

Commit 297f1cf

Browse files
committed
fix: add isrt
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 51b7df2 commit 297f1cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/views/FilesList/FileListFilters.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ vi.mock('../../../composables/useFileListWidth.js', () => ({
2626

2727
vi.mock('@nextcloud/l10n', () => ({
2828
t: vi.fn((_app: string, text: string) => text),
29+
isRTL: vi.fn(() => false),
2930
}))
3031

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

0 commit comments

Comments
 (0)