1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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();
});
});