You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Chore: Mobile: Increase test waitFor
timeouts (#12475)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import * as React from 'react';
|
||||
|
||||
import { _ } from '@joplin/lib/locale';
|
||||
import { act, fireEvent, render, waitFor } from '@testing-library/react-native';
|
||||
import { act, fireEvent, render, waitFor } from '../../../../utils/testing/testingLibrary';
|
||||
import { expect, describe, beforeEach, test, jest } from '@jest/globals';
|
||||
import { createNTestNotes, setupDatabaseAndSynchronizer, switchClient } from '@joplin/lib/testing/test-utils';
|
||||
import Folder from '@joplin/lib/models/Folder';
|
||||
|
Reference in New Issue
Block a user