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.