Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2.0/test/runner.ts";

Run options.

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