File tree 1 file changed +1
-6
lines changed
tests/e2e/tests/packages/webpack
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,7 @@ export default function(skipCleaning: () => void) {
15
15
. then ( ( ) => expectFileToExist ( 'dist/0.app.main.js' ) )
16
16
. then ( ( ) => expectFileToExist ( 'dist/1.app.main.js' ) )
17
17
. then ( ( ) => expectFileToExist ( 'dist/2.app.main.js' ) )
18
- // 4.0.0-beta.8 added roughly 80kb extra size (401kb to 480kb).
19
- // For now we have fixed the test below, but when the size drops down again replace the
20
- // two lines below with the commented one.
21
- . then ( ( ) => expectFileSizeToBeUnder ( 'dist/app.main.js' , 481000 ) )
22
- . then ( ( ) => expectToFail ( ( ) => expectFileSizeToBeUnder ( 'dist/app.main.js' , 410000 ) ) )
23
- // .then(() => expectFileSizeToBeUnder('dist/app.main.js', 410000))
18
+ . then ( ( ) => expectFileSizeToBeUnder ( 'dist/app.main.js' , 410000 ) )
24
19
. then ( ( ) => expectFileSizeToBeUnder ( 'dist/0.app.main.js' , 40000 ) )
25
20
26
21
// Skip code generation and rebuild.
You can’t perform that action at this time.
0 commit comments