Files
dify/cli/test
gigglewang0417 7114415cfd fix(cli-e2e): fix TS errors caused by [email protected] upgrade
skip.ts:
  - Return SuiteAPI/TestAPI with 'as unknown as' cast to bridge the
    ChainableSuiteAPI incompatibility across vite-plus-test versions
    (TS2322 / TS4058). Uses unknown intermediate to satisfy no-explicit-any.

vitest-context.ts:
  - Change 'export type ProvidedContext' to 'interface ProvidedContext'
    augmentation to avoid TS2300 duplicate identifier now that
    [email protected] re-exports ProvidedContext from its own module.
2026-06-01 14:32:24 +08:00
..
2026-05-26 01:12:36 +00:00
2026-05-26 01:12:36 +00:00