1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Chore: Mobile: Increase test waitFor timeouts (#12475)

This commit is contained in:
Henry Heino
2025-06-11 14:42:06 -07:00
committed by GitHub
parent 3b7a677302
commit b81f5cb91e
21 changed files with 32 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import * as React from 'react';
import { WarningBannerComponent } from './WarningBanner';
import Setting from '@joplin/lib/models/Setting';
import NavService from '@joplin/lib/services/NavService';
import { render, screen, userEvent } from '@testing-library/react-native';
import { render, screen, userEvent } from '../../utils/testing/testingLibrary';
import { ShareInvitation, ShareUserStatus } from '@joplin/lib/services/share/reducer';
import makeShareInvitation from '@joplin/lib/testing/share/makeMockShareInvitation';