mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 16:24:06 +00:00
[bugfix] Add i18n setup files to knip ignore list
These files are only used by playwright.i18n.config.ts for the collect-i18n script. Knip doesn't recognize them as used since they're only referenced as string paths in the Playwright config.
This commit is contained in:
@@ -38,6 +38,9 @@ const config: KnipConfig = {
|
||||
// Test setup files
|
||||
'browser_tests/globalSetup.ts',
|
||||
'browser_tests/globalTeardown.ts',
|
||||
'browser_tests/globalSetupWithI18n.ts',
|
||||
'browser_tests/globalTeardownWithI18n.ts',
|
||||
'browser_tests/i18nSetup.ts',
|
||||
'browser_tests/utils/**',
|
||||
// Scripts
|
||||
'scripts/**',
|
||||
|
||||
Reference in New Issue
Block a user