You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Chore: Mobile: Fix warnings in NoteExportButton tests (#10472)
This commit is contained in:
@ -45,5 +45,7 @@ describe('NoteExportButton', () => {
|
||||
|
||||
// With the default folder setup, there should be no warnings
|
||||
expect(view.queryByText(/Warnings/g)).toBeNull();
|
||||
|
||||
view.unmount();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user