Skip to content

Commit

Permalink
chore: Remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 23, 2024
1 parent 7e826cf commit 2c3a90e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/frontend-v3/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,5 @@ export default defineConfig({
setupFiles: ['test/vitest/setup-vitest.tsx', 'test/vitest/setup-msw.ts'],
// disable if parsing CSS is slow
css: true,
server: {
deps: {
/*
Some dependencies like next-usequerystate ship code in ESM format.
We need this inline option to ensure that they are correctly transformed.
More info:
https://vitest.dev/config/#server-deps-inline
https://github.com/vitest-dev/vitest/issues/4745
*/
inline: ['next-usequerystate'],
},
},
},
})

0 comments on commit 2c3a90e

Please sign in to comment.