Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Properties

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