You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Chore: Add more types to export modules
This commit is contained in:
@ -38,7 +38,7 @@ describe('Module', () => {
|
||||
|
||||
it('should return correct default fullLabel for an ExportModule', () => {
|
||||
const testExportModule = makeExportModule({
|
||||
format: 'format_test_______TEST',
|
||||
format: 'format_test_______TEST' as any,
|
||||
description: 'Testing...',
|
||||
}, () => new InteropService_Exporter_Base());
|
||||
|
||||
|
Reference in New Issue
Block a user