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

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

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

Properties

harnessStatus: TestHarnessStatus | null
duration: number
status: number
stderr: string