vitest: suppress DOM output that exceeds AI context windows

This commit is contained in:
Alex Gleason 2025-07-05 12:45:16 -05:00
parent cadbc02947
commit 65b974fb41
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -19,6 +19,9 @@ export default defineConfig(() => ({
onConsoleLog(log) {
return !log.includes("React Router Future Flag Warning");
},
env: {
DEBUG_PRINT_LIMIT: '0', // Suppress DOM output that exceeds AI context windows
},
},
resolve: {
alias: {