Skip to content

Commit 02e89c7

Browse files
committed
fix: add mock to isrtl
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 52db7ee commit 02e89c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import FileListFilter from '../../../../views/FilesList/FileListFilter/FileListF
1212

1313
vi.mock('@nextcloud/l10n', () => ({
1414
t: vi.fn((_app: string, text: string) => text),
15+
isRTL: vi.fn(() => false),
1516
}))
1617

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

0 commit comments

Comments
 (0)