Skip to content

Commit

Permalink
fix: correct check-syntax test case script (#5756)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed May 20, 2024
1 parent 153c0b5 commit a94a4ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/e2e/builder/cases/check-syntax/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ function getCommonBuildConfig(cwd: string): RsbuildConfig {
source: {
exclude: [path.resolve(cwd, './src/test.js')],
},
tools: {
rspack: config => {
config.target = ['web'];
},
},
};
}

Expand Down

0 comments on commit a94a4ad

Please sign in to comment.