Skip to content

Commit bad8b7a

Browse files
committed
increase bundle size by 1 KB
1 parent e6b3a5f commit bad8b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__TESTS_BUNDLE_SIZE__/bundleSizeTestCases.ts

Lines changed: 2 additions & 2 deletions
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: 128,
77+
sizeLimitInKB: 129,
7878
importsArray: [
7979
importFromPackage('* as CloudinaryURLGEN')
8080
]
@@ -88,7 +88,7 @@ const bundleSizeTestCases:ITestCase[] = [
8888
},
8989
{
9090
name: 'Import All Actions',
91-
sizeLimitInKB: 55,
91+
sizeLimitInKB: 56,
9292
importsArray: [
9393
importFromPackage('Actions')
9494
]

0 commit comments

Comments
 (0)