Skip to content

Commit 1f2fd83

Browse files
alan-agius4vikerman
authored andcommitted
test: update e2e size checks for Ivy
1 parent 5e1b378 commit 1f2fd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/legacy-cli/e2e/tests/build/prod-build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export default async function () {
5757
verifySize(mainES5Path, 184470);
5858
verifySize(mainES2015Path, 163627);
5959
} else {
60-
verifySize(mainES5Path, 167355);
61-
verifySize(mainES2015Path, 149806);
60+
verifySize(mainES5Path, 148031);
61+
verifySize(mainES2015Path, 137494);
6262
}
6363

6464
// Check that the process didn't change local files.

0 commit comments

Comments
 (0)