You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('emits a warning that DISABLE_BUNDLE_ZIP_SIZE_CHECK was enabled',async()=>{
98
-
process.env.DISABLE_BUNDLE_ZIP_SIZE_CHECK='false'
98
+
process.env.DISABLE_BUNDLE_ZIP_SIZE_CHECK='true'
99
99
awaitcheckZipSize(chance.string())
100
-
expect(consoleSpy).toHaveBeenCalledWith('Function bundle size check was DISABLED with the DISABLE_BUNDLE_ZIP_SIZE_CHECK environment. Your deployment will break if it exceeds the maximum supported size of function zip files in your account.')
100
+
expect(consoleSpy).toHaveBeenCalledWith('Function bundle size check was DISABLED with the DISABLE_BUNDLE_ZIP_SIZE_CHECK environment variable. Your deployment will break if it exceeds the maximum supported size of function zip files in your account.')
0 commit comments