Skip to content

Commit

Permalink
chore(vitest): fix deps.inline
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed May 17, 2023
1 parent 03528c4 commit c70ccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
deps: {
inline: true
inline: [/^(?!.*vitest).*$/]
},
globals: true,
coverage: {
Expand Down

0 comments on commit c70ccea

Please sign in to comment.