mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 00:04:06 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user