Skip to content

Commit

Permalink
fix: app-document test (#5863)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Jun 24, 2024
1 parent 8497d61 commit 09b1681
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tests/integration/app-document/modern-rem.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default applyBaseConfig({
},
source: {
entries: {
sub: './src/sub/App.tsx',
sub: './src/sub/pages',
test: './src/test/App.tsx',
},
},
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/app-document/modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default applyBaseConfig({
},
source: {
entries: {
sub: './src/sub/App.tsx',
sub: './src/sub/pages',
test: './src/test/App.tsx',
},
},
Expand Down
10 changes: 0 additions & 10 deletions tests/integration/app-document/src/sub/App.tsx

This file was deleted.

0 comments on commit 09b1681

Please sign in to comment.