Skip to content

Commit

Permalink
remnove logging and fix test automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Slezak committed Oct 30, 2023
1 parent 3922c74 commit e9aad91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composable-ui/src/utils/__mocks__/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,27 @@ export const api = {
items: [
{
__typename: 'BannerSplit',
id: '23385feb-cd12-4122-8105-bf5da178d70c',
},
{
__typename: 'BannerFull',
id: '2d095fdd-e3ea-4f7a-907a-359ef1d0593d',
},
{
__typename: 'BannerTextOnly',
id: '40433348-1eb0-43fd-99dc-090c79972512',
},
{
__typename: 'BannerTextOnly',
id: 'a609a45e-f3f2-4cfc-8709-29a08153c9ac',
},
{
__typename: 'Grid',
id: '9fad8aa3-6e8d-43e2-b79a-492409b49003',
},
{
__typename: 'CommerceConnector',
id: '662f1110-8a51-4a11-9a8e-730a43d6867d',
},
],
},
Expand Down
1 change: 0 additions & 1 deletion packages/commerce-generic/src/data/persit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const storageFolderPath = path.join(os.tmpdir(), 'composable-ui-storage')

storage.init({
dir: storageFolderPath,
logging: true,
})

export const getOrder = async (orderId: string): Promise<Order | undefined> => {
Expand Down

0 comments on commit e9aad91

Please sign in to comment.