1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Chore: Mobile tests: Fix warning: "A worker process ... has been force exited" (#10980)

This commit is contained in:
Henry Heino 2024-09-04 04:14:05 -07:00 committed by GitHub
parent 2a2dd96c02
commit 0b13dbddd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,7 @@ describe('PluginStates.installed', () => {
for (const pluginId of PluginService.instance().pluginIds) { for (const pluginId of PluginService.instance().pluginIds) {
await act(() => PluginService.instance().unloadPlugin(pluginId)); await act(() => PluginService.instance().unloadPlugin(pluginId));
} }
jest.useRealTimers();
}); });
it.each([ it.each([