Skip to content

Commit 6d154cc

Browse files
chore: increase import size limit to 136KB
1 parent 2fd4a33 commit 6d154cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__TESTS_BUNDLE_SIZE__/bundleSizeTestCases.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const bundleSizeTestCases:ITestCase[] = [
7474
},
7575
{
7676
name: 'Import all of the SDK',
77-
sizeLimitInKB: 134,
77+
sizeLimitInKB: 136,
7878
importsArray: [
7979
importFromPackage('* as CloudinaryURLGEN')
8080
]

0 commit comments

Comments
 (0)