Skip to content

Commit 5970af4

Browse files
Increase size limit in test (#599)
1 parent c7f4c97 commit 5970af4

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: 138,
77+
sizeLimitInKB: 139,
7878
importsArray: [
7979
importFromPackage('* as CloudinaryURLGEN')
8080
]

0 commit comments

Comments
 (0)