fix: vitest recursion (#8121)

This commit is contained in:
DD 2022-06-19 14:18:36 +03:00 committed by GitHub
parent 95e6d6ede0
commit 268a9b4be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,