Skip to content

Commit

Permalink
test: update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
usualoma committed May 2, 2024
1 parent 9638879 commit c727336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mocks/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const root = './'
export default defineConfig({
resolve: {
alias: {
'honox/vite': path.resolve(__dirname, '../src/vite'),
'honox/site': path.resolve(__dirname, '../src/site'),
},
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion test-integration/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
resolve: {
alias: {
'@': path.resolve(__dirname, '../mocks/app-alias'),
'honox/vite': path.resolve(__dirname, '../src/vite'),
'honox/site': path.resolve(__dirname, '../src/site'),
},
},
plugins: [
Expand Down

0 comments on commit c727336

Please sign in to comment.