mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
sda-2270 update the test
This commit is contained in:
parent
c14a9a9ec9
commit
5f927e5d57
@ -6,13 +6,13 @@ import { ipcRenderer, remote } from './__mocks__/electron';
|
|||||||
describe('about app', () => {
|
describe('about app', () => {
|
||||||
const aboutAppDataLabel = 'about-app-data';
|
const aboutAppDataLabel = 'about-app-data';
|
||||||
const aboutDataMock = {
|
const aboutDataMock = {
|
||||||
|
sbeVersion: '1',
|
||||||
userConfig: {},
|
userConfig: {},
|
||||||
globalConfig: {},
|
globalConfig: {},
|
||||||
cloudConfig: {},
|
cloudConfig: {},
|
||||||
finalConfig: {},
|
finalConfig: {},
|
||||||
appName: 'Symphony',
|
appName: 'Symphony',
|
||||||
versionLocalised: 'Version',
|
versionLocalised: 'Version',
|
||||||
clientVersion: '1',
|
|
||||||
buildNumber: '4.x.x',
|
buildNumber: '4.x.x',
|
||||||
hostname: 'N/A',
|
hostname: 'N/A',
|
||||||
sfeVersion: 'N/A',
|
sfeVersion: 'N/A',
|
||||||
|
Loading…
Reference in New Issue
Block a user