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:
parent
2a2dd96c02
commit
0b13dbddd8
@ -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([
|
||||||
|
Loading…
Reference in New Issue
Block a user