Skip to content

Commit

Permalink
fix: vitest recursion (#8121)
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele authored Jun 19, 2022
1 parent 95e6d6e commit 268a9b4
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 @@ -2,7 +2,7 @@ import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['node_modules', 'dist', '.idea', '.git', '.cache', 'packages/discord.js', 'packages/voice'],
exclude: ['**/node_modules', '**/dist', '.idea', '.git', '.cache', 'packages/discord.js', 'packages/voice'],
passWithNoTests: true,
coverage: {
enabled: true,
Expand Down

0 comments on commit 268a9b4

Please # to comment.