mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-26 20:49:22 +00:00
vitest: suppress DOM output that exceeds AI context windows
This commit is contained in:
parent
cadbc02947
commit
65b974fb41
@ -19,6 +19,9 @@ export default defineConfig(() => ({
|
|||||||
onConsoleLog(log) {
|
onConsoleLog(log) {
|
||||||
return !log.includes("React Router Future Flag Warning");
|
return !log.includes("React Router Future Flag Warning");
|
||||||
},
|
},
|
||||||
|
env: {
|
||||||
|
DEBUG_PRINT_LIMIT: '0', // Suppress DOM output that exceeds AI context windows
|
||||||
|
},
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user