UNPKG

testplane

Version:

Tests framework based on mocha and wdio

4 lines (3 loc) 267 B
import NodejsEnvExecutionThread from "../../../runner/test-runner/execution-thread"; import type { WorkerViteSocket } from "./types"; export declare const wrapExecutionThread: (socket: WorkerViteSocket, throwIfAborted: () => void) => typeof NodejsEnvExecutionThread;