Skip to content

test(e2e): replace unused tsconfig files and package.json files#5742

Merged
chenjiahan merged 3 commits intomainfrom
cleanup_e2e_08-2
Aug 2, 2025
Merged

test(e2e): replace unused tsconfig files and package.json files#5742
chenjiahan merged 3 commits intomainfrom
cleanup_e2e_08-2

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

This pull request removes several unused or redundant tsconfig.json files and package.json files from the e2e test cases.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings August 2, 2025 07:33
@netlify
Copy link
Copy Markdown

netlify Bot commented Aug 2, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 41dcf36
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/688dc07bd1c1360008dd135e
😎 Deploy Preview https://deploy-preview-5742--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 72 (🔴 down 3 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request removes unused or redundant configuration files from e2e test cases to clean up the codebase. The changes focus on eliminating unnecessary tsconfig.json and package.json files that are not required for the e2e tests to function properly.

  • Removes redundant package.json files from e2e test directories
  • Eliminates unused tsconfig.json files across multiple test cases
  • Streamlines the e2e test structure by removing unnecessary configuration overhead

Reviewed Changes

Copilot reviewed 12 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
File Description
e2e/cases/server/multi-server/package.json Removes unused package.json file
e2e/cases/plugin-babel/decorator/package.json Removes unused package.json file
e2e/cases/html/combined/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cli/reload-env/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cli/reload-config/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cli/mode/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cli/falsy-plugins/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cli/build-watch-restart/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cli/basic/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cli/base/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cache/cache-digest/tsconfig.json Removes unused TypeScript configuration
e2e/cases/cache/build-dependencies/tsconfig.json Removes unused TypeScript configuration
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@chenjiahan chenjiahan merged commit fd72d18 into main Aug 2, 2025
11 checks passed
@chenjiahan chenjiahan deleted the cleanup_e2e_08-2 branch August 2, 2025 07:45
@chenjiahan chenjiahan mentioned this pull request Aug 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants