@@ -87,7 +87,7 @@ exports[`shows debug 1`] = `
8787 " bundles" : [
8888 " /tmp/index.js"
8989 ],
90- " size" : 123 ,
90+ " size" : 124 ,
9191 " loadTime" : 0.01 ,
9292 " runTime" : 1 ,
9393 " totalTime" : 1.01 ,
@@ -98,9 +98,9 @@ exports[`shows debug 1`] = `
9898 " missed" : false
9999}
100100
101- [42m[30mPackage size is 77 B less than limit[39m[49m
101+ [42m[30mPackage size is 76 B less than limit[39m[49m
102102 Size limit: [32m[1m200 B[22m[39m
103- Size: [32m[1m123 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
103+ Size: [32m[1m124 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
104104 Loading time: [32m[1m10 ms[22m[39m [90mon slow 3G[39m
105105 Running time: [32m[1m1 s [22m[39m [90mon Snapdragon 410[39m
106106 Total time: [32m[1m1.1 s[22m[39m
@@ -137,7 +137,7 @@ exports[`shows error on time bigger than limit 1`] = `
137137"
138138 [31mTotal time limit has exceeded[39m
139139 Time limit: [31m[1m1 s[22m[39m
140- Size: [31m[1m123 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
140+ Size: [31m[1m124 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
141141 Loading time: [31m[1m10 ms[22m[39m [90mon slow 3G[39m
142142 Running time: [31m[1m1 s [22m[39m [90mon Snapdragon 410[39m
143143 Total time: [31m[1m1.1 s[22m[39m
@@ -150,7 +150,7 @@ exports[`shows error on time bigger than limit. in silent mode 1`] = `
150150"
151151 [31mTotal time limit has exceeded[39m
152152 Time limit: [31m[1m1 s[22m[39m
153- Size: [31m[1m123 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
153+ Size: [31m[1m124 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
154154 Loading time: [31m[1m10 ms[22m[39m [90mon slow 3G[39m
155155 Running time: [31m[1m1 s [22m[39m [90mon Snapdragon 410[39m
156156 Total time: [31m[1m1.1 s[22m[39m
@@ -371,9 +371,9 @@ exports[`supports import and ignore for esbuild and gzip 1`] = `
371371
372372exports [` supports path without dot 1` ] = `
373373"
374- [42m[30mPackage size is 77 B less than limit[39m[49m
374+ [42m[30mPackage size is 76 B less than limit[39m[49m
375375 Size limit: [32m[1m200 B[22m[39m
376- Size: [32m[1m123 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
376+ Size: [32m[1m124 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
377377
378378"
379379` ;
@@ -580,7 +580,7 @@ exports[`works in integration test with JSON 1`] = `
580580 {
581581 " name" : " index.js" ,
582582 " passed" : true ,
583- " size" : 123 ,
583+ " size" : 124 ,
584584 " sizeLimit" : 200 ,
585585 " running" : 1 ,
586586 " loading" : 0.01
@@ -591,9 +591,9 @@ exports[`works in integration test with JSON 1`] = `
591591
592592exports [` works in integration test with size 1` ] = `
593593"
594- [42m[30mPackage size is 77 B less than limit[39m[49m
594+ [42m[30mPackage size is 76 B less than limit[39m[49m
595595 Size limit: [32m[1m200 B[22m[39m
596- Size: [32m[1m123 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
596+ Size: [32m[1m124 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
597597 Loading time: [32m[1m10 ms[22m[39m [90mon slow 3G[39m
598598 Running time: [32m[1m1 s [22m[39m [90mon Snapdragon 410[39m
599599 Total time: [32m[1m1.1 s[22m[39m
@@ -604,7 +604,7 @@ exports[`works in integration test with size 1`] = `
604604exports [` works in integration test with time 1` ] = `
605605"
606606 Time limit: [32m[1m2 s[22m[39m
607- Size: [32m[1m123 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
607+ Size: [32m[1m124 B[22m[39m [90mwith all dependencies, minified and brotlied[39m
608608 Loading time: [32m[1m10 ms[22m[39m [90mon slow 3G[39m
609609 Running time: [32m[1m1 s [22m[39m [90mon Snapdragon 410[39m
610610 Total time: [32m[1m1.1 s[22m[39m
0 commit comments