Skip to main content
Module

x/deno/tools/wpt/runner.ts>TestCaseResult

A modern runtime for JavaScript and TypeScript.
Latest
interface TestCaseResult
import { type TestCaseResult } from "https://deno.land/x/deno@v1.41.0/tools/wpt/runner.ts";

Properties

name: string
passed: boolean
status: number
message: string | null
stack: string | null