Skip to content

Commit 294e4e8

Browse files
committed
raise size limit for backwards compatibility function
1 parent 7c813fd commit 294e4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__TESTS_BUNDLE_SIZE__/bundleSizeTestCases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const bundleSizeTestCases:ITestCase[] = [
6767
},
6868
{
6969
name: 'Import backwards comaptiblity function',
70-
sizeLimitInKB: 12,
70+
sizeLimitInKB: 26,
7171
importsArray: [
7272
importFromBase('createCloudinaryLegacyURL')
7373
]

0 commit comments

Comments
 (0)