test: update payload sizes after TS 3.9 update (#36989)
With this changer we update the CLI size-tracking changes for uncompressed main-es2015 file. This file is larger due to new emitted shape of ES2015 classes in TypeScript 3.9, which are now wrapped in IIFE. PR Close #36989
This commit is contained in:

committed by
Kara Erickson

parent
4e1b5e43fa
commit
466df41c8f
@ -46,13 +46,14 @@ INTEGRATION_TESTS = {
|
||||
"cli-hello-world-ivy-compat": {"commands": "payload_size_tracking"},
|
||||
"cli-hello-world-ivy-i18n": {
|
||||
"commands": "payload_size_tracking",
|
||||
"tags": ["no-ivy-aot"],
|
||||
# TODO: (FW-2165) cli-hello-world-ivy-i18n fails on a bundle size check with Ivy bundles
|
||||
"tags": ["fixme-ivy-aot"],
|
||||
},
|
||||
"cli-hello-world-ivy-minimal": {"commands": "payload_size_tracking"},
|
||||
"cli-hello-world-lazy": {
|
||||
"commands": "payload_size_tracking",
|
||||
# TODO: cli-hello-world-lazy fails on a bundle size check with Ivy bundles
|
||||
"tags": ["no-ivy-aot"],
|
||||
# TODO: (FW-2165) cli-hello-world-lazy fails on a bundle size check with Ivy bundles
|
||||
"tags": ["fixme-ivy-aot"],
|
||||
},
|
||||
"cli-hello-world-lazy-rollup": {"commands": "payload_size_tracking"},
|
||||
"dynamic-compiler": {"tags": ["no-ivy-aot"]},
|
||||
|
Reference in New Issue
Block a user