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

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

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

Properties

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