Skip to content

Commit 8e39b57

Browse files
authored
update import size limit test (#585)
1 parent 0120875 commit 8e39b57

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
@@ -74,7 +74,7 @@ const bundleSizeTestCases:ITestCase[] = [
7474
},
7575
{
7676
name: 'Import all of the SDK',
77-
sizeLimitInKB: 135,
77+
sizeLimitInKB: 136,
7878
importsArray: [
7979
importFromPackage('* as CloudinaryURLGEN')
8080
]

0 commit comments

Comments
 (0)