UNPKG

testplane

Version:

Tests framework based on mocha and wdio

3 lines (2 loc) 139 B
import type { ViteDevServer } from "vite"; export declare const createSocketServer: (viteHttpServer: ViteDevServer["httpServer"]) => void;