Skip to content

Commit ada8f3f

Browse files
author
naman-contentstack
committed
fix test cases
1 parent c863bd7 commit ada8f3f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/contentstack-export/test/unit/export/modules/assets.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ describe('ExportAssets', () => {
213213
dirName: 'attributes',
214214
fileName: 'attributes.json',
215215
invalidKeys: []
216+
},
217+
'composable-studio': {
218+
dirName: 'composable_studio',
219+
fileName: 'composable_studio.json',
220+
apiBaseUrl: 'https://api.contentstack.io',
221+
apiVersion: 'v3'
216222
}
217223
}
218224
} as ExportConfig;

packages/contentstack-export/test/unit/export/modules/base-class.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ describe('BaseClass', () => {
231231
dirName: 'attributes',
232232
fileName: 'attributes.json',
233233
invalidKeys: []
234+
},
235+
'composable-studio': {
236+
dirName: 'composable_studio',
237+
fileName: 'composable_studio.json',
238+
apiBaseUrl: 'https://api.contentstack.io',
239+
apiVersion: 'v3'
234240
}
235241
}
236242
} as ExportConfig;

0 commit comments

Comments
 (0)