Skip to content

Commit bf8615c

Browse files
committed
chore: disable test debug mode
1 parent 28db15b commit bf8615c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

test/fixtures/basic/nuxt.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export default defineNuxtConfig({
1818

1919
compatibilityDate: '2025-01-15',
2020

21-
debug: process.env.NODE_ENV === 'test',
22-
2321
sitemap: {
2422
autoLastmod: false,
2523
credits: false,

test/fixtures/content-v3/nuxt.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export default defineNuxtConfig({
1111
},
1212
compatibilityDate: '2024-12-06',
1313

14-
debug: process.env.NODE_ENV === 'test',
15-
1614
sitemap: {
1715
autoLastmod: false,
1816
credits: false,

test/fixtures/hooks/nuxt.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export default defineNuxtConfig({
1818

1919
compatibilityDate: '2025-01-15',
2020

21-
debug: process.env.NODE_ENV === 'test',
22-
2321
sitemap: {
2422
autoLastmod: false,
2523
credits: false,

0 commit comments

Comments
 (0)