Skip to content

Commit 9f9c294

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { FILE_STATUS } from '../../../../constants.js'
1414

1515
vi.mock('@nextcloud/l10n', () => ({
1616
t: vi.fn((_app: string, text: string) => text),
17+
isRTL: vi.fn(() => false),
1718
}))
1819

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

0 commit comments

Comments
 (0)