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

x/tepi/src/types.ts>Meta

A .http Test Runner
Latest
type alias Meta
import { type Meta } from "https://deno.land/x/tepi@v1.0.72/src/types.ts";
definition: { [key: string]: any; _elapsedTime?: number | string; _startLine?: number; _endLine?: number; _filePath?: string; _relativeFilePath?: string; _noAnimation?: boolean; _isEmptyBlock?: boolean; _isDoneBlock?: boolean; _isSuccessfulBlock?: boolean; _isFailedBlock?: boolean; _isIgnoredBlock?: boolean; _errorDisplayed?: boolean; }