Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_core/test/runner.ts>RunOptions

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
Go to Latest
type alias RunOptions
import { type RunOptions } from "https://deno.land/x/denops_core@v3.4.0/test/runner.ts";

Run options.

definition: { verbose?: boolean; commands?: string[]; env?: Record<string, string>; }