UNPKG

harmonyc

Version:

Harmony Code - model-driven BDD for Vitest

11 lines (10 loc) 271 B
import type { Plugin } from 'vite'; export interface HarmonyPluginOptions { watchDir: string; } export default function harmonyPlugin({ watchDir, }: HarmonyPluginOptions): Plugin; declare module 'vitest' { interface TaskMeta { phrases?: string[]; } }