Skip to content

Commit 8d37e9b

Browse files
merge staging
1 parent d847adc commit 8d37e9b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/contentstack-import/test/unit/import/modules/locales.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ describe('ImportLocales', () => {
123123
marketplaceAppEncryptionKey: 'test-key',
124124
getEncryptionKeyMaxRetry: 3,
125125
overwriteSupportedModules: [],
126+
onlyTSModules: [],
126127
globalModules: [],
127128
entriesPublish: false,
128129
cliLogsPath: '/test/logs',

packages/contentstack-import/test/unit/utils/extension-helper.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('Extension Helper', () => {
2828
});
2929

3030
const createMockConfig = (backupDir?: string): ImportConfig => ({
31-
backupDir: backupDir || '',
31+
backupDir,
3232
apiKey: 'test-api-key',
3333
management_token: 'test-token',
3434
contentDir: '/test/content',
@@ -122,6 +122,7 @@ describe('Extension Helper', () => {
122122
marketplaceAppEncryptionKey: 'test-key',
123123
getEncryptionKeyMaxRetry: 3,
124124
overwriteSupportedModules: [],
125+
onlyTSModules: [],
125126
globalModules: [],
126127
entriesPublish: false,
127128
cliLogsPath: '/test/logs',

0 commit comments

Comments
 (0)