Merged PR 395: Update vitest
Update vitest
This commit is contained in:
parent
9010b3e902
commit
5353bad27b
2 changed files with 5 additions and 2 deletions
|
@ -152,7 +152,7 @@ export function GetDefaultEditorState(configuration: IConfiguration): IEditorSta
|
|||
}
|
||||
],
|
||||
historyCurrentStep: 0,
|
||||
version: APP_VERSION
|
||||
version: APP_VERSION ?? 'test-version'
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue