Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel Bueno <[email protected]>
  • Loading branch information
Lionel Bueno committed Jan 8, 2025
1 parent b7ec7ae commit 710d347
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/manager/apps/pci-savings-plan/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
test: {
server: {
deps: {
inline: ['clsx'],
},
},
globals: true,
environment: 'jsdom',
coverage: {
Expand Down

0 comments on commit 710d347

Please sign in to comment.