Skip to content

Commit

Permalink
fix: update test case desc
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Jun 24, 2024
1 parent 90b9d0d commit e0e3dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cases/performance/print-file-size/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test.describe('should print file size correctly', async () => {
expect(logs.some((log) => log.includes('Gzipped size:'))).toBeTruthy();
});

test('should print size of multiple targets correctly', async () => {
test('should print size of multiple environments correctly', async () => {
await build({
cwd,
rsbuildConfig: {
Expand Down

0 comments on commit e0e3dda

Please sign in to comment.