Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Oct 26, 2022
1 parent 96ed35e commit 919e7bd
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions packages/application-config/test/process-config.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('processing a simple config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand All @@ -69,7 +69,7 @@ describe('processing a simple config', () => {
accountLinks: undefined,
menuLinks: {
defaultLabel: 'Avengers',
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
labelAllLocales: [],
permissions: [],
submenuLinks: [],
Expand Down Expand Up @@ -119,7 +119,7 @@ describe('processing a simple config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('processing a simple config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand All @@ -202,7 +202,7 @@ describe('processing a simple config', () => {
accountLinks: undefined,
menuLinks: {
defaultLabel: 'Avengers',
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
labelAllLocales: [],
permissions: [],
submenuLinks: [],
Expand Down Expand Up @@ -256,7 +256,7 @@ describe('processing a simple config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand Down Expand Up @@ -314,7 +314,7 @@ describe('processing a full config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand All @@ -338,7 +338,7 @@ describe('processing a full config', () => {
accountLinks: undefined,
menuLinks: {
defaultLabel: 'Avengers',
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
labelAllLocales: [],
permissions: [],
submenuLinks: [],
Expand Down Expand Up @@ -398,7 +398,7 @@ describe('processing a full config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand Down Expand Up @@ -471,7 +471,7 @@ describe('processing a full config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand All @@ -495,7 +495,7 @@ describe('processing a full config', () => {
accountLinks: undefined,
menuLinks: {
defaultLabel: 'Avengers',
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
labelAllLocales: [],
permissions: [],
submenuLinks: [],
Expand Down Expand Up @@ -557,7 +557,7 @@ describe('processing a full config', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand Down Expand Up @@ -638,7 +638,7 @@ describe('processing a config with environment variable placeholders', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand All @@ -661,7 +661,7 @@ describe('processing a config with environment variable placeholders', () => {
accountLinks: undefined,
menuLinks: {
defaultLabel: 'Avengers',
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
labelAllLocales: [],
permissions: [],
submenuLinks: [],
Expand Down Expand Up @@ -715,7 +715,7 @@ describe('processing a config with environment variable placeholders', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand Down Expand Up @@ -779,7 +779,7 @@ describe('processing a config with environment variable placeholders', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand All @@ -802,7 +802,7 @@ describe('processing a config with environment variable placeholders', () => {
accountLinks: undefined,
menuLinks: {
defaultLabel: 'Avengers',
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
labelAllLocales: [],
permissions: [],
submenuLinks: [],
Expand Down Expand Up @@ -860,7 +860,7 @@ describe('processing a config with environment variable placeholders', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand Down Expand Up @@ -918,7 +918,7 @@ describe('processing a config with intl variable placeholders', () => {
oAuthScopes: [],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [
Expand Down Expand Up @@ -1112,7 +1112,7 @@ describe('processing a config with OIDC', () => {
oAuthScopes: ['manage_orders'],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand All @@ -1133,7 +1133,7 @@ describe('processing a config with OIDC', () => {
},
accountLinks: undefined,
menuLinks: {
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
defaultLabel: 'Avengers',
labelAllLocales: [],
permissions: [],
Expand Down Expand Up @@ -1188,7 +1188,7 @@ describe('processing a config with OIDC', () => {
oAuthScopes: ['manage_orders'],
},
],
icon: '<svg><path fill="#000000"></path></svg>',
icon: '<svg><path fill="#000000" /></svg>',
mainMenuLink: {
defaultLabel: 'Avengers',
labelAllLocales: [],
Expand Down

0 comments on commit 919e7bd

Please sign in to comment.