mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: correct task migration field names and add markdown formatting flag
This commit is contained in:
parent
73c9c05c32
commit
5f4e1cf24e
1 changed files with 4 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ describe('Migrate MiscConfig to TasksConfig', () => {
|
|||
isAutoAddWorkedOnToToday: true,
|
||||
isAutMarkParentAsDone: false,
|
||||
isTrayShowCurrentTask: true,
|
||||
isTurnOffMarkdown: false,
|
||||
defaultProjectId: 'project_1',
|
||||
taskNotesTpl: 'Template',
|
||||
},
|
||||
|
|
@ -27,10 +28,11 @@ describe('Migrate MiscConfig to TasksConfig', () => {
|
|||
};
|
||||
|
||||
expect(migratedState.tasks).toEqual({
|
||||
isConfirmBeforeTaskDelete: true,
|
||||
isConfirmBeforeDelete: true,
|
||||
isAutoAddWorkedOnToToday: true,
|
||||
isAutoMarkParentAsDone: false,
|
||||
isTrayShowCurrentTask: true,
|
||||
isTrayShowCurrent: true,
|
||||
isMarkdownFormattingInNotesEnabled: true,
|
||||
defaultProjectId: 'project_1',
|
||||
notesTemplate: 'Template',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue