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>TestResult

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

Properties

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