Skip to content

Commit d092aa5

Browse files
committed
formatting
1 parent 935ec71 commit d092aa5

File tree

3 files changed

+49
-44
lines changed

3 files changed

+49
-44
lines changed

packages/bundle-size-checker/src/renderMarkdownReport.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function generateEmphasizedChange({ id: bundle, parsed, gzip }) {
6666
const changeParsed = formatChange(parsed.absoluteDiff, parsed.relativeDiff);
6767
const changeGzip = formatChange(gzip.absoluteDiff, gzip.relativeDiff);
6868

69-
return `**${bundle}** **parsed:**${changeParsed} **gzip:**${changeGzip}`;
69+
return `**${bundle}** **parsed:** ${changeParsed} **gzip:** ${changeGzip}`;
7070
}
7171

7272
/**
@@ -133,10 +133,10 @@ export function renderMarkdownReportContent(comparison, { track } = {}) {
133133
};
134134
}
135135

136-
markdownContent += `**Total Size Change:**${formatChange(
136+
markdownContent += `**Total Size Change:** ${formatChange(
137137
displayTotals.totalParsed,
138138
displayTotals.totalParsedPercent,
139-
)} - **Total Gzip Change:**${formatChange(
139+
)} - **Total Gzip Change:** ${formatChange(
140140
displayTotals.totalGzip,
141141
displayTotals.totalGzipPercent,
142142
)}\n`;

packages/bundle-size-checker/src/renderMarkdownReport.test.js

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ describe('renderMarkdownReport', () => {
4242
const result = await renderMarkdownReport(mockPrInfo);
4343

4444
expect(result).toMatchInlineSnapshot(`
45-
"**Total Size Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+400B<sup>(+1.08%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+0.91%)</sup>
45+
"**Total Size Change:** 🔺+400B<sup>(+1.08%)</sup> - **Total Gzip Change:** 🔺+100B<sup>(+0.91%)</sup>
4646
Files: 2 total (0 added, 0 removed, 1 changed)
4747
4848
<details>
4949
<summary>Show 1 bundle changes</summary>
5050
51-
**@mui/material/Button/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+400B<sup>(+2.67%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+2.22%)</sup>
51+
**@mui/material/Button/index.js**&emsp;**parsed:** 🔺+400B<sup>(+2.67%)</sup> **gzip:** 🔺+100B<sup>(+2.22%)</sup>
5252
5353
</details>
5454
@@ -71,13 +71,13 @@ describe('renderMarkdownReport', () => {
7171
const result = await renderMarkdownReport(mockPrInfo);
7272

7373
expect(result).toMatchInlineSnapshot(`
74-
"**Total Size Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+3.5KB<sup>(+23.33%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+1.2KB<sup>(+26.67%)</sup>
74+
"**Total Size Change:** 🔺+3.5KB<sup>(+23.33%)</sup> - **Total Gzip Change:** 🔺+1.2KB<sup>(+26.67%)</sup>
7575
Files: 2 total (1 added, 0 removed, 0 changed)
7676
7777
<details>
7878
<summary>Show 1 bundle changes</summary>
7979
80-
**@mui/material/Chip/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{orangered}▲}}$</sup>+3.5KB<sup>(new)</sup> **gzip:**<sup>\${\\tiny{\\color{orangered}▲}}$</sup>+1.2KB<sup>(new)</sup>
80+
**@mui/material/Chip/index.js**&emsp;**parsed:** 🔺+3.5KB<sup>(new)</sup> **gzip:** 🔺+1.2KB<sup>(new)</sup>
8181
8282
</details>
8383
@@ -99,13 +99,13 @@ describe('renderMarkdownReport', () => {
9999
expect(result).toMatchInlineSnapshot(`
100100
"_:no_entry_sign: No bundle size snapshot found for base commit abc123._
101101
102-
**Total Size Change:** +15KB<sup>(0.00%)</sup> - **Total Gzip Change:** +4.5KB<sup>(0.00%)</sup>
102+
**Total Size Change:** +15KB<sup>(0.00%)</sup> - **Total Gzip Change:** +4.5KB<sup>(0.00%)</sup>
103103
Files: 1 total (1 added, 0 removed, 0 changed)
104104
105105
<details>
106106
<summary>Show 1 bundle changes</summary>
107107
108-
**@mui/material/Button/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{orangered}▲}}$</sup>+15KB<sup>(new)</sup> **gzip:**<sup>\${\\tiny{\\color{orangered}▲}}$</sup>+4.5KB<sup>(new)</sup>
108+
**@mui/material/Button/index.js**&emsp;**parsed:** 🔺+15KB<sup>(new)</sup> **gzip:** 🔺+4.5KB<sup>(new)</sup>
109109
110110
</details>
111111
@@ -127,13 +127,13 @@ describe('renderMarkdownReport', () => {
127127
const result = await renderMarkdownReport(mockPrInfo);
128128

129129
expect(result).toMatchInlineSnapshot(`
130-
"**Total Size Change:**<sup>\${\\tiny{\\color{green}▼}}$</sup>-500B<sup>(-3.33%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{green}▼}}$</sup>-200B<sup>(-4.44%)</sup>
130+
"**Total Size Change:**-500B<sup>(-3.33%)</sup> - **Total Gzip Change:**-200B<sup>(-4.44%)</sup>
131131
Files: 1 total (0 added, 0 removed, 1 changed)
132132
133133
<details>
134134
<summary>Show 1 bundle changes</summary>
135135
136-
**@mui/material/Button/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{green}▼}}$</sup>-500B<sup>(-3.33%)</sup> **gzip:**<sup>\${\\tiny{\\color{green}▼}}$</sup>-200B<sup>(-4.44%)</sup>
136+
**@mui/material/Button/index.js**&emsp;**parsed:**-500B<sup>(-3.33%)</sup> **gzip:**-200B<sup>(-4.44%)</sup>
137137
138138
</details>
139139
@@ -157,13 +157,13 @@ describe('renderMarkdownReport', () => {
157157
const result = await renderMarkdownReport(mockPrInfo);
158158

159159
expect(result).toMatchInlineSnapshot(`
160-
"**Total Size Change:**<sup>\${\\tiny{\\color{green}▼}}$</sup>-22KB<sup>(-59.46%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{green}▼}}$</sup>-6.5KB<sup>(-59.09%)</sup>
160+
"**Total Size Change:**-22KB<sup>(-59.46%)</sup> - **Total Gzip Change:**-6.5KB<sup>(-59.09%)</sup>
161161
Files: 2 total (0 added, 1 removed, 0 changed)
162162
163163
<details>
164164
<summary>Show 1 bundle changes</summary>
165165
166-
**@mui/material/TextField/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{cornflowerblue}▼}}$</sup>-22KB<sup>(removed)</sup> **gzip:**<sup>\${\\tiny{\\color{cornflowerblue}▼}}$</sup>-6.5KB<sup>(removed)</sup>
166+
**@mui/material/TextField/index.js**&emsp;**parsed:**-22KB<sup>(removed)</sup> **gzip:**-6.5KB<sup>(removed)</sup>
167167
168168
</details>
169169
@@ -196,28 +196,28 @@ describe('renderMarkdownReport', () => {
196196
expect(result).toContain('<details>'); // Collapsible section
197197
expect(result).toContain('Show 16 bundle changes'); // All changes in details
198198
expect(result).toMatchInlineSnapshot(`
199-
"**Total Size Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+1.15KB<sup>(+3.83%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+250B<sup>(+2.78%)</sup>
199+
"**Total Size Change:** 🔺+1.15KB<sup>(+3.83%)</sup> - **Total Gzip Change:** 🔺+250B<sup>(+2.78%)</sup>
200200
Files: 16 total (0 added, 0 removed, 16 changed)
201201
202202
<details>
203203
<summary>Show 16 bundle changes</summary>
204204
205-
**@mui/material/Button/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+400B<sup>(+2.67%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+2.22%)</sup>
206-
**@mui/icons-material/Icon1.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
207-
**@mui/icons-material/Icon10.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
208-
**@mui/icons-material/Icon11.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
209-
**@mui/icons-material/Icon12.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
210-
**@mui/icons-material/Icon13.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
211-
**@mui/icons-material/Icon14.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
212-
**@mui/icons-material/Icon15.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
213-
**@mui/icons-material/Icon2.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
214-
**@mui/icons-material/Icon3.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
215-
**@mui/icons-material/Icon4.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
216-
**@mui/icons-material/Icon5.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
217-
**@mui/icons-material/Icon6.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
218-
**@mui/icons-material/Icon7.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
219-
**@mui/icons-material/Icon8.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
220-
**@mui/icons-material/Icon9.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+5.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+10B<sup>(+3.33%)</sup>
205+
**@mui/material/Button/index.js**&emsp;**parsed:** 🔺+400B<sup>(+2.67%)</sup> **gzip:** 🔺+100B<sup>(+2.22%)</sup>
206+
**@mui/icons-material/Icon1.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
207+
**@mui/icons-material/Icon10.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
208+
**@mui/icons-material/Icon11.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
209+
**@mui/icons-material/Icon12.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
210+
**@mui/icons-material/Icon13.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
211+
**@mui/icons-material/Icon14.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
212+
**@mui/icons-material/Icon15.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
213+
**@mui/icons-material/Icon2.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
214+
**@mui/icons-material/Icon3.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
215+
**@mui/icons-material/Icon4.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
216+
**@mui/icons-material/Icon5.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
217+
**@mui/icons-material/Icon6.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
218+
**@mui/icons-material/Icon7.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
219+
**@mui/icons-material/Icon8.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
220+
**@mui/icons-material/Icon9.js**&emsp;**parsed:** 🔺+50B<sup>(+5.00%)</sup> **gzip:** 🔺+10B<sup>(+3.33%)</sup>
221221
222222
</details>
223223
@@ -240,7 +240,7 @@ describe('renderMarkdownReport', () => {
240240

241241
expect(result).toContain('circleCIBuildNumber=12345');
242242
expect(result).toMatchInlineSnapshot(`
243-
"**Total Size Change:** 0B<sup>(0.00%)</sup> - **Total Gzip Change:** 0B<sup>(0.00%)</sup>
243+
"**Total Size Change:** 0B<sup>(0.00%)</sup> - **Total Gzip Change:** 0B<sup>(0.00%)</sup>
244244
Files: 1 total (0 added, 0 removed, 0 changed)
245245
246246
@@ -263,7 +263,7 @@ describe('renderMarkdownReport', () => {
263263
const result = await renderMarkdownReport(mockPrInfo);
264264

265265
expect(result).toMatchInlineSnapshot(`
266-
"**Total Size Change:** 0B<sup>(0.00%)</sup> - **Total Gzip Change:** 0B<sup>(0.00%)</sup>
266+
"**Total Size Change:** 0B<sup>(0.00%)</sup> - **Total Gzip Change:** 0B<sup>(0.00%)</sup>
267267
Files: 1 total (0 added, 0 removed, 0 changed)
268268
269269
@@ -292,15 +292,15 @@ describe('renderMarkdownReport', () => {
292292
});
293293

294294
expect(result).toMatchInlineSnapshot(`
295-
"**Total Size Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+600B<sup>(+1.62%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+200B<sup>(+1.82%)</sup>
295+
"**Total Size Change:** 🔺+600B<sup>(+1.62%)</sup> - **Total Gzip Change:** 🔺+200B<sup>(+1.82%)</sup>
296296
Files: 2 total (0 added, 0 removed, 2 changed)
297297
298-
**@mui/material/Button/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+400B<sup>(+2.67%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+2.22%)</sup>
299-
**@mui/material/TextField/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+200B<sup>(+0.91%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+1.54%)</sup>
298+
**@mui/material/Button/index.js**&emsp;**parsed:** 🔺+400B<sup>(+2.67%)</sup> **gzip:** 🔺+100B<sup>(+2.22%)</sup>
299+
**@mui/material/TextField/index.js**&emsp;**parsed:** 🔺+200B<sup>(+0.91%)</sup> **gzip:** 🔺+100B<sup>(+1.54%)</sup>
300300
<details>
301301
<summary>Show 1 other bundle changes</summary>
302302
303-
**@mui/icons-material/Add.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+10.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+16.67%)</sup>
303+
**@mui/icons-material/Add.js**&emsp;**parsed:** 🔺+100B<sup>(+10.00%)</sup> **gzip:** 🔺+50B<sup>(+16.67%)</sup>
304304
305305
</details>
306306
@@ -333,15 +333,15 @@ describe('renderMarkdownReport', () => {
333333
expect(result).not.toContain('+1.8KB');
334334
expect(result).not.toContain('+600B');
335335
expect(result).toMatchInlineSnapshot(`
336-
"**Total Size Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+800B<sup>(+2.16%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+300B<sup>(+2.73%)</sup>
336+
"**Total Size Change:** 🔺+800B<sup>(+2.16%)</sup> - **Total Gzip Change:** 🔺+300B<sup>(+2.73%)</sup>
337337
Files: 2 total (0 added, 0 removed, 2 changed)
338338
339-
**@mui/material/Button/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+500B<sup>(+3.33%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+150B<sup>(+3.33%)</sup>
340-
**@mui/material/TextField/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+300B<sup>(+1.36%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+150B<sup>(+2.31%)</sup>
339+
**@mui/material/Button/index.js**&emsp;**parsed:** 🔺+500B<sup>(+3.33%)</sup> **gzip:** 🔺+150B<sup>(+3.33%)</sup>
340+
**@mui/material/TextField/index.js**&emsp;**parsed:** 🔺+300B<sup>(+1.36%)</sup> **gzip:** 🔺+150B<sup>(+2.31%)</sup>
341341
<details>
342342
<summary>Show 1 other bundle changes</summary>
343343
344-
**@mui/icons-material/Add.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+1KB<sup>(+100.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+300B<sup>(+100.00%)</sup>
344+
**@mui/icons-material/Add.js**&emsp;**parsed:** 🔺+1KB<sup>(+100.00%)</sup> **gzip:** 🔺+300B<sup>(+100.00%)</sup>
345345
346346
</details>
347347
@@ -371,15 +371,15 @@ describe('renderMarkdownReport', () => {
371371
expect(result).toContain('Show 2 other bundle changes');
372372
expect(result).toContain('<details>');
373373
expect(result).toMatchInlineSnapshot(`
374-
"**Total Size Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+400B<sup>(+2.67%)</sup> - **Total Gzip Change:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+2.22%)</sup>
374+
"**Total Size Change:** 🔺+400B<sup>(+2.67%)</sup> - **Total Gzip Change:** 🔺+100B<sup>(+2.22%)</sup>
375375
Files: 1 total (0 added, 0 removed, 1 changed)
376376
377-
**@mui/material/Button/index.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+400B<sup>(+2.67%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+2.22%)</sup>
377+
**@mui/material/Button/index.js**&emsp;**parsed:** 🔺+400B<sup>(+2.67%)</sup> **gzip:** 🔺+100B<sup>(+2.22%)</sup>
378378
<details>
379379
<summary>Show 2 other bundle changes</summary>
380380
381-
**@mui/icons-material/Add.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+10.00%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+16.67%)</sup>
382-
**@mui/icons-material/Delete.js**&emsp;**parsed:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+100B<sup>(+8.33%)</sup> **gzip:**<sup>\${\\tiny{\\color{red}▲}}$</sup>+50B<sup>(+14.29%)</sup>
381+
**@mui/icons-material/Add.js**&emsp;**parsed:** 🔺+100B<sup>(+10.00%)</sup> **gzip:** 🔺+50B<sup>(+16.67%)</sup>
382+
**@mui/icons-material/Delete.js**&emsp;**parsed:** 🔺+100B<sup>(+8.33%)</sup> **gzip:** 🔺+50B<sup>(+14.29%)</sup>
383383
384384
</details>
385385
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from 'vitest/config';
2+
3+
export default defineConfig({
4+
test: {},
5+
});

0 commit comments

Comments
 (0)