You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Enable eslint rule comma-dangle: always-multiline for functions
This commit is contained in:
@ -40,7 +40,7 @@ describe('NoteExportButton', () => {
|
||||
await act(() => fireEvent.press(exportButton));
|
||||
|
||||
await waitFor(() =>
|
||||
expect(view.queryByText(_('Exported successfully!'))).not.toBeNull()
|
||||
expect(view.queryByText(_('Exported successfully!'))).not.toBeNull(),
|
||||
);
|
||||
|
||||
// With the default folder setup, there should be no warnings
|
||||
|
Reference in New Issue
Block a user