Skip to content

Commit f9f80d6

Browse files
committed
Merge remote-tracking branch 'origin/plugin-bundle-stats-poc' into plugin-bundle-stats-poc
# Conflicts: # packages/plugin-bundle-stats/src/lib/runner/audits/details/table.unit.test.ts
2 parents 21627cb + 1f0eed3 commit f9f80d6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/plugin-bundle-stats/src/lib/runner/audits/details/table.unit.test.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ describe('aggregateAndSortGroups', () => {
1515
'src/feature-2.ts': { bytes: 10000 },
1616
},
1717
},
18+
'dist/utils.js': {
19+
path: 'dist/utils.js',
20+
bytes: 425,
21+
inputs: {
22+
'src/feature-1.ts': { bytes: 200 },
23+
'src/feature-2.ts': { bytes: 225 },
24+
},
25+
},
1826
},
1927
[
2028
{
@@ -31,14 +39,14 @@ describe('aggregateAndSortGroups', () => {
3139
groups: [
3240
{
3341
title: 'Feature 2',
34-
bytes: 10000,
42+
bytes: 10225,
3543
icon: undefined,
3644
sources: 0,
3745
type: 'group',
3846
},
3947
{
4048
title: 'Feature *',
41-
bytes: 8000,
49+
bytes: 8200,
4250
icon: undefined,
4351
sources: 0,
4452
type: 'group',

0 commit comments

Comments
 (0)