We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21627cb + 1f0eed3 commit f9f80d6Copy full SHA for f9f80d6
packages/plugin-bundle-stats/src/lib/runner/audits/details/table.unit.test.ts
@@ -15,6 +15,14 @@ describe('aggregateAndSortGroups', () => {
15
'src/feature-2.ts': { bytes: 10000 },
16
},
17
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
26
27
[
28
{
@@ -31,14 +39,14 @@ describe('aggregateAndSortGroups', () => {
31
39
groups: [
32
40
33
41
title: 'Feature 2',
34
- bytes: 10000,
42
+ bytes: 10225,
35
43
icon: undefined,
36
44
sources: 0,
37
45
type: 'group',
38
46
47
48
title: 'Feature *',
- bytes: 8000,
49
+ bytes: 8200,
50
51
52
0 commit comments