1
0
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:
Henry Heino
2024-05-27 01:01:32 -07:00
committed by GitHub
parent 6c7948a087
commit 768e59938c

View File

@ -45,5 +45,7 @@ describe('NoteExportButton', () => {
// With the default folder setup, there should be no warnings
expect(view.queryByText(/Warnings/g)).toBeNull();
view.unmount();
});
});