Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/vitest-dev/vscode. VS Code extension for Vitest vitest.dev/vscode
testing vitest vscode
Something went wrong. Try again.
123456789export interface VitestProcess { close: () => void id: number closed: boolean on: (event: string, listener: (...args: any[]) => void) => void off: (event: string, listener: (...args: any[]) => void) => void once: (event: string, listener: (...args: any[]) => void) => void}