Skip to content

Commit

Permalink
fix: fix inline test config
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 15, 2024
1 parent 408a901 commit 9608036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/vitest/src/node/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export async function VitestPlugin(
?? viteConfig.test?.isolate,
},
},
deps: testConfig.deps ?? viteConfig.test?.deps,
},
}

Expand Down
1 change: 0 additions & 1 deletion test/config/test/cache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ test('use cacheDir', async () => {
})

describe('with optimizer enabled', () => {
// TODO: is this working?
const deps = {
optimizer: {
web: {
Expand Down

0 comments on commit 9608036

Please sign in to comment.