chore(knip.config.ts): add i18n related test files to the configuration to ensure they are included in the build process

This commit is contained in:
snomiao
2025-09-12 00:55:07 +00:00
parent ad111f007a
commit 98318c849e

View File

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