From 98318c849eb9a7493c90cd0aaccde796ede0a358 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 12 Sep 2025 00:55:07 +0000 Subject: [PATCH] chore(knip.config.ts): add i18n related test files to the configuration to ensure they are included in the build process --- knip.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/knip.config.ts b/knip.config.ts index fabec81b9..d7beb11ea 100644 --- a/knip.config.ts +++ b/knip.config.ts @@ -32,6 +32,10 @@ const config: KnipConfig = { 'coverage/**', // i18n config '.i18nrc.cjs', + 'browser_tests/globalSetupWithI18n.ts', + 'browser_tests/globalTeardownWithI18n.ts', + 'browser_tests/i18nSetup.ts', + 'playwright.i18n.config.ts', // Test setup files 'browser_tests/globalSetup.ts', 'browser_tests/globalTeardown.ts',