add litegraph test config (#5310)

* add litegraph test config

* remove unnecessary setup file

* exclude litegraph test config

* add npm script
This commit is contained in:
Terry Jia
2025-09-02 23:57:43 -04:00
committed by GitHub
parent 66a76c0ee0
commit 65b6b27831
4 changed files with 320 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ const config: KnipConfig = {
'playwright.config.ts',
'playwright.i18n.config.ts',
'vitest.config.ts',
'vitest.litegraph.config.ts',
'scripts/**/*.{js,ts}'
],
project: [
@@ -32,6 +33,8 @@ const config: KnipConfig = {
'coverage/**',
// i18n config
'.i18nrc.cjs',
// Vitest litegraph config
'vitest.litegraph.config.ts',
// Test setup files
'browser_tests/globalSetup.ts',
'browser_tests/globalTeardown.ts',