Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestTiming

import type { TestTiming } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Testing timing break down to know phases.

interface TestTiming {
testProcessDuration?: Duration;
}

§Properties

§
testProcessDuration?: Duration
[src]

How long it took to run the test process. - In response: present if previously set. - In create/update request: optional