Skip to content

Commit

Permalink
fix(config): require.resolve vitest/setup-react
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 9, 2024
1 parent dca0825 commit 1400452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vitest/vite.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default defineConfig({
css: true,
environment: 'jsdom',
globals: true,
setupFiles: './setup.react.js',
setupFiles: require.resolve('./setup.react.js'),
},
});

0 comments on commit 1400452

Please sign in to comment.