Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vento/test/utils.ts>TestOptions

🌬 A template engine for Deno & Node
Go to Latest
interface TestOptions
import { type TestOptions } from "https://deno.land/x/vento@v0.12.7/test/utils.ts";

Properties

template: string
optional
data: Record<string, unknown>
optional
filters: Record<string, Filter>
expected: string
optional
init: (env: Environment) => void
optional
includes: Record<string, string>
optional
options: Options