UNPKG

allure-vitest

Version:
10 lines (9 loc) 267 B
import type { Task } from "@vitest/runner"; declare module "vitest/browser" { interface BrowserCommands { existsInTestPlan(task: Task): Promise<boolean>; } } export declare const commands: { existsInTestPlan: (ctx: any, task: Task) => boolean; };