Skip to content

Commit cae92ff

Browse files
committed
Increase all actions size limit in test
1 parent 4680733 commit cae92ff

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
@@ -88,7 +88,7 @@ const bundleSizeTestCases:ITestCase[] = [
8888
},
8989
{
9090
name: 'Import All Actions',
91-
sizeLimitInKB: 64,
91+
sizeLimitInKB: 65,
9292
importsArray: [
9393
importFromPackage('Actions')
9494
]

0 commit comments

Comments
 (0)